Home
last modified time | relevance | path

Searched defs:weight_tensor (Results 1 – 11 of 11) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DQLSTMLayerNormalizationFixture.h61 void fill(InputType &&input_tensor, InputType &&weight_tensor, BiasType &&bias_tensor) in fill()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_qmatmul_op.cc163 const Tensor& weight_tensor = in Compute() local
405 const Tensor& bias_tensor, const Tensor& weight_tensor, in GetBiasHandle()
Dmkl_matmul_op_fused.cc64 const Tensor& weight_tensor = ctx->input(this->kInputIndexWeight); in Compute() local
Dmkl_matmul_ops_common.h503 Tweight* weight_data, const Tensor& weight_tensor, in CacheWeight()
/external/ComputeLibrary/src/graph/mutators/
DInPlaceOperationMutator.cpp100 auto weight_tensor = weight_edge->tensor(); in try_in_place_depthwiseconv() local
/external/tensorflow/tensorflow/lite/tools/versioning/
Dop_signature.cc154 const Tensor* weight_tensor = in GetOpSignature() local
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_model.cc276 const TensorT* weight_tensor, TensorT* bias_tensor, in QuantizeBias()
1586 TensorT* weight_tensor = in QuantizeBiases() local
1797 TensorT* weight_tensor = in EnsureBiasScaleCompatibility() local
/external/tensorflow/tensorflow/lite/kernels/
Dunidirectional_sequence_lstm.cc688 const TfLiteTensor* weight_tensor, const TfLiteTensor* bias_tensor, in PrecomputeZeroPointTimesWeightWithBias()
Dlstm.cc1128 const TfLiteTensor* weight_tensor, const TfLiteTensor* bias_tensor, in PrecomputeZeroPointTimesWeightWithBias()
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2.py3914 def _transform_weight_tensor(self, weight_tensor): argument
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc4053 const auto weight_tensor = in Map() local