Searched defs:weight_array (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | convolution_dimension_numbers_test.cc | 93 auto weight_array = absl::make_unique<Array4D<float>>(4, 3, 1, 1); in XLA_TEST_F() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 610 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/ |
D | export_test.cc | 97 Array& weight_array = input_model_.GetOrCreateArray("weights"); in BuildQuantizableTestModel() local
|