Home
last modified time | relevance | path

Searched defs:training_data_layout (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DConvertFullyConnectedWeightsFixture.h47 …void setup(TensorShape input_shape, unsigned int weights_w, DataLayout training_data_layout, DataT… in setup()
85 …nsorShape &input_shape, const TensorShape &weights_shape, const DataLayout training_data_layout, c… in compute_target()
115 …nsorShape &input_shape, const TensorShape &weights_shape, const DataLayout training_data_layout, c… in compute_reference()
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DConvertFullyConnectedWeights.cpp35 …mpleTensor<T> &src, const TensorShape &original_input_shape, const DataLayout training_data_layout) in convert_fully_connected_weights()