Home
last modified time | relevance | path

Searched defs:weight_dims (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dquant_lstm_sup.cc30 const TfLiteIntArray* weight_dims, in ExtractQuantLstmWeightsSubmatrix()
47 inline int OutputDepth(const TfLiteIntArray* weight_dims) { in OutputDepth()
51 inline int InputDepth(const TfLiteIntArray* weight_dims) { in InputDepth()
55 void SetWeightSubmatrixDims(const TfLiteIntArray* weight_dims, in SetWeightSubmatrixDims()
82 const TfLiteIntArray* weight_dims, in DecomposeQuantLstmWeightsTensor()
Dquant_lstm_sup_test.cc72 const TfLiteIntArray* weight_dims = CreateDimArray(2, {8, 5}); in TEST_F() local
93 const TfLiteIntArray* weight_dims = CreateDimArray(2, {8, 5}); in TEST_F() local
114 const TfLiteIntArray* weight_dims = CreateDimArray(2, {8, 5}); in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op_fused.cc109 memory::dims weight_dims = memory::dims({channel, k}); in Compute() local
Dmkl_qmatmul_op.cc177 memory::dims src_dims, weight_dims; in Compute() local
Dmkl_matmul_ops_common.h48 memory::dims weight_dims; member
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc4328 nvinfer1::Dims weight_dims; in TfTensorToTrtWeights() local