Home
last modified time | relevance | path

Searched defs:weight_shape (Results 1 – 18 of 18) sorted by relevance

/external/ComputeLibrary/tests/validation/fixtures/
DQLSTMLayerNormalizationFixture.h48 …void setup(TensorShape input_shape, TensorShape weight_shape, TensorShape bias_shape, DataType dat… in setup()
100 …TensorType compute_target(const TensorShape &input_shape, const TensorShape &weight_shape, const T… in compute_target()
116 …eTensor<T> compute_reference(const TensorShape &input_shape, const TensorShape &weight_shape, cons… in compute_reference()
/external/tensorflow/tensorflow/lite/kernels/
Dembedding_lookup_test.cc42 std::initializer_list<int> weight_shape, in BaseEmbeddingLookupOpModel()
91 std::initializer_list<int> weight_shape, in HybridEmbeddingLookupOpModel()
Dlsh_projection_test.cc35 std::initializer_list<int> weight_shape) { in LSHProjectionOpModel()
Dquant_basic_lstm_test.cc47 std::vector<int> weight_shape{4 * outputSize, outputSize + inputSize}; in QuantizedLSTMOpModel() local
Dunidirectional_sequence_lstm.cc694 const RuntimeShape& weight_shape = GetTensorShape(weight_tensor); in PrecomputeZeroPointTimesWeightWithBias() local
Dlstm.cc1134 const RuntimeShape& weight_shape = GetTensorShape(weight_tensor); in PrecomputeZeroPointTimesWeightWithBias() local
Dlstm_eval.cc55 tflite::RuntimeShape weight_shape({m_rows, m_cols}); in MatrixBatchVectorMultiplyAccumulate() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_weights_test.cc40 const TensorShape& weight_shape, in BuildGraphDef()
Dfold_old_batch_norms_test.cc373 auto weight_shape = in TestFoldFusedBatchNormsWithConcat() local
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils_test.cc49 SmallVector<int64_t, 2> weight_shape{3, 12}; in createLstmCompositeFunc() local
/external/ComputeLibrary/src/graph/mutators/
DInPlaceOperationMutator.cpp106 const auto weight_shape = weight_tensor->desc().shape; in try_in_place_depthwiseconv() local
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_helpers.cc211 RuntimeShape weight_shape = {weights_height_size, weights_width_size, in SplitWeightsForDwConv() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dpattern_utils_test.cc35 auto weight_shape = ops::Placeholder::Shape({32, 64}); in GetMatMulBiasAddGeluGraph() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmkl_remapper_test.cc757 auto weight_shape = in VerifyFused() local
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc187 const int32_t* __restrict weight_shape, in MatMul()
339 const int32_t* __restrict weight_shape, in FullyConnected()
Donedevice_train_palm_detection_filter_inference.cc188 const int32_t* __restrict weight_shape, in MatMul()
340 const int32_t* __restrict weight_shape, in FullyConnected()
Donedevice_train_palm_detection_filter_inference_v2.cc187 const int32_t* __restrict weight_shape, in MatMul()
339 const int32_t* __restrict weight_shape, in FullyConnected()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc2101 std::initializer_list<int> weight_shape) { in LSHProjectionOpModel()
4830 std::initializer_list<int> weight_shape, in BaseEmbeddingLookupOpModel()