Searched defs:prev_output (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLArgMinMaxLayerKernel.cpp | 46 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *prev_output, const ITensorIn… in validate_arguments() 71 …atus, Window> validate_and_configure_window(ITensorInfo *input, ITensorInfo *prev_output, ITensorI… in validate_and_configure_window() 118 void CLArgMinMaxLayerKernel::configure(const ICLTensor *input, const ICLTensor *prev_output, ICLTen… in configure() 123 …st CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *prev_output, ICLTen… in configure() 182 Status CLArgMinMaxLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *prev_output, c… in validate()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLArgMinMaxLayer.cpp | 134 { in configure()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision.cc | 1864 MutableGraphView::OutputPort prev_output = in NodeImplicitlyReadsNonResourceVariable() local
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 4460 def _step(time, output_ta_t, prev_output, *states): argument
|