Home
last modified time | relevance | path

Searched defs:scratch_shape (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DLSTMLayerFixture.h51TensorShape scratch_shape, ActivationLayerInfo info, float cell_threshold, float projection_thresh… in setup()
80 …rShape &output_cell_shape, const TensorShape &output_shape, const TensorShape &scratch_shape, Acti… in compute_target()
325 …rShape &output_cell_shape, const TensorShape &output_shape, const TensorShape &scratch_shape, Acti… in compute_reference()
/external/tensorflow/tensorflow/lite/kernels/
Dadd_n.cc83 TfLiteIntArray* scratch_shape = TfLiteIntArrayCreate(1); in Prepare() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1102 const RuntimeShape& scratch_shape, int32_t* scratch, int32_t* row_sums, in HybridConvPerChannel()