Home
last modified time | relevance | path

Searched defs:weight_array (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconvolution_dimension_numbers_test.cc90 auto weight_array = std::make_unique<Array4D<float>>(4, 3, 1, 1); in XLA_TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dexport_test.cc109 Array& weight_array = input_model_.GetOrCreateArray("weights"); in BuildQuantizableTestModel() local
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dintrapred_smooth_sse4.cc149 inline void LoadSmoothWeights4(const uint8_t* LIBGAV1_RESTRICT weight_array, in LoadSmoothWeights4()
317 inline void LoadSmoothWeights8(const uint8_t* LIBGAV1_RESTRICT weight_array, in LoadSmoothWeights8()
1421 weight_array, in LoadSmoothVerticalWeights4()
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dintrapred_ssse3.c1147 const uint8_t *LIBAOM_RESTRICT weight_array, const int height, in load_smooth_vertical_weights4()