Home
last modified time | relevance | path

Searched defs:input_weights (Results 1 – 12 of 12) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLFuseBatchNormalizationKernel.cpp42 Status validate_arguments(const ITensorInfo *input_weights, const ITensorInfo *bn_mean, const ITens… in validate_arguments()
109 void CLFuseBatchNormalizationKernel::configure(const ICLTensor *input_weights, const ICLTensor *bn_… in configure()
117 …onKernel::configure(const CLCompileContext &compile_context, const ICLTensor *input_weights, const… in configure()
182 Status CLFuseBatchNormalizationKernel::validate(const ITensorInfo *input_weights, const ITensorInfo… in validate()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLFuseBatchNormalization.cpp44 void CLFuseBatchNormalization::configure(const ICLTensor *input_weights, const ICLTensor *bn_mean, … in configure()
52 …lization::configure(const CLCompileContext &compile_context, const ICLTensor *input_weights, const… in configure()
61 Status CLFuseBatchNormalization::validate(const ITensorInfo *input_weights, const ITensorInfo *bn_m… in validate()
DCLLSTMLayerQuantized.cpp336 …const TensorInfo input_weights(TensorShape(input_size, 4 * output_size), 1, DataType::QASYMM… in validate() local
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEFuseBatchNormalization.cpp43 void NEFuseBatchNormalization::configure(const ITensor *input_weights, const ITensor *bn_mean, cons… in configure()
55 Status NEFuseBatchNormalization::validate(const ITensorInfo *input_weights, const ITensorInfo *bn_m… in validate()
DNELSTMLayerQuantized.cpp303 …const TensorInfo input_weights(TensorShape(input_size, 4 * output_size), 1, DataType::QASYMM… in validate() local
/external/libopus/src/
Dmlp.h38 const opus_int8 *input_weights; member
46 const opus_int8 *input_weights; member
/external/rnnoise/src/
Drnn.h46 const rnn_weight *input_weights; member
54 const rnn_weight *input_weights; member
/external/ComputeLibrary/src/core/NEON/kernels/
DNEFuseBatchNormalizationKernel.cpp153 Status validate_arguments(const ITensorInfo *input_weights, const ITensorInfo *bn_mean, const ITens… in validate_arguments()
220 void NEFuseBatchNormalizationKernel::configure(const ITensor *input_weights, const ITensor *bn_mean… in configure()
271 Status NEFuseBatchNormalizationKernel::validate(const ITensorInfo *input_weights, const ITensorInfo… in validate()
/external/tensorflow/tensorflow/lite/kernels/
Dbasic_rnn.cc65 const TfLiteTensor* input_weights; in Prepare() local
202 const TfLiteTensor* input_weights, in EvalFloat()
230 const TfLiteTensor* input_weights, in EvalHybrid()
286 const TfLiteTensor* input_weights; in Eval() local
Dunidirectional_sequence_rnn.cc66 const TfLiteTensor* input_weights; in Prepare() local
208 const TfLiteTensor* input_weights, in EvalFloat()
269 const TfLiteTensor* input, const TfLiteTensor* input_weights, in EvalHybrid()
360 const TfLiteTensor* input_weights; in Eval() local
/external/ComputeLibrary/tests/datasets/
DLSTMLayerDataset.h126 …void add_config(TensorShape src, TensorShape input_weights, TensorShape recurrent_weights, TensorS… in add_config()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantize.cc267 const auto& input_weights = model->GetArray(op.inputs[weights_input_index]); in ChooseQuantizationForOperatorInput() local