class MXNet::CachedOp

Overview

Cached operator.

Included Modules

Defined in:

mxnet/cached_op.cr

Constructors

Instance Method Summary

Instance methods inherited from module MXNet::Util

output(arg) output

Constructor Detail

def self.new(symbol, flags) #

[View source]

Instance Method Detail

def call(args, out _out : NDArray? = nil) #

Invokes the cached operator.


[View source]