Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNELSTMLayerQuantized.cpp112 std::vector<const ITensor *> weights_vector{ &_recurrent_weights, &_input_weights }; in configure() local
316 std::vector<const ITensorInfo *> weights_vector; in validate() local
H A DNELSTMLayer.cpp111 std::vector<const ITensor *> weights_vector; in configure() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLLSTMLayerQuantized.cpp133 std::vector<const ICLTensor *> weights_vector; in configure() local
349 std::vector<const ITensorInfo *> weights_vector; in validate() local
H A DCLLSTMLayer.cpp125 std::vector<const ICLTensor *> weights_vector; in configure() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dfold_batch_norms.cc91 auto weights_vector = weights.flat<float>(); in FoldBatchNorms() local
H A Dfold_old_batch_norms.cc128 auto weights_vector = weights.flat<float>(); in FuseScaleOffsetToConvWeights() local