Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvolution_dimension_numbers_test.cc93 auto weight_array = absl::make_unique<Array4D<float>>(4, 3, 1, 1); in XLA_TEST_F() local
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c610 static INLINE void load_weight_w4(const uint8_t *weight_array, int height, in load_weight_w4()
745 static INLINE void load_weight_w8(const uint8_t *weight_array, int height, in load_weight_w8()
1030 static INLINE void load_weight_v_w4(const uint8_t *weight_array, int height, in load_weight_v_w4()
1133 static INLINE void load_weight_v_w8(const uint8_t *weight_array, int height, in load_weight_v_w8()
1385 static INLINE void load_weight_h_w4(const uint8_t *weight_array, int height, in load_weight_h_w4()
1484 static INLINE void load_weight_h_w8(const uint8_t *weight_array, int height, in load_weight_h_w8()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport_test.cc97 Array& weight_array = input_model_.GetOrCreateArray("weights"); in BuildQuantizableTestModel() local