Searched defs:prev_output (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/XNNPACK/eval/ |
H A D | u32-sqrt.cc | 36 const uint32_t prev_output = output - 1; in TEST() local 80 const uint32_t prev_output = output - 1; in TEST() local 124 const uint32_t prev_output = output - 1; in TEST() local 168 const uint32_t prev_output = output - 1; in TEST() local 212 const uint32_t prev_output = output - 1; in TEST() local 256 const uint32_t prev_output = output - 1; in TEST() local 300 const uint32_t prev_output = output - 1; in TEST() local 344 const uint32_t prev_output = output - 1; in TEST() local 388 const uint32_t prev_output = output - 1; in TEST() local 432 const uint32_t prev_output = output - 1; in TEST() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLArgMinMaxLayerKernel.cpp | 43 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *prev_output, const ITensorIn… in validate_arguments() 75 void CLArgMinMaxLayerKernel::configure(const ICLTensor *input, const ICLTensor *prev_output, ICLTen… in configure() 80 …st CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *prev_output, ICLTen… in configure() 149 Status CLArgMinMaxLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *prev_output, c… in validate()
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | quantized_lstm.mod.py | 54 prev_output = Input("prevOutput", OutputType) variable 153 prev_output = Input("prevOutput", OutputType) variable
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLArgMinMaxLayer.cpp | 137 { in configure()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | class_type.cpp | 313 const Argument& prev_output = (hook_idx == 0) in checkForwardHookSchema() local
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | aes.c | 1295 unsigned char *prev_output = output - 16; in mbedtls_aes_crypt_xts() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | aes.c | 1259 unsigned char *prev_output = output - 16; in mbedtls_aes_crypt_xts() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | auto_mixed_precision.cc | 2013 MutableGraphView::OutputPort prev_output = in NodeImplicitlyReadsNonResourceVariable() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | backend.py | 4459 def _step(time, output_ta_t, prev_output, *states): argument
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 1212 ANeuralNetworksOperandType prev_output = quant8Tensor2D; in TEST() local
|