Searched defs:dt_out (Results 1 – 6 of 6) sorted by relevance
/external/ComputeLibrary/tests/validation/fixtures/ |
D | DepthConvertLayerFixture.h | 49 …void setup(TensorShape shape, DataType dt_in, DataType dt_out, ConvertPolicy policy, uint32_t shif… in setup() 59 void fill(U &&tensor, int i, DataType dt_in, DataType dt_out) in fill() 83 …TensorType compute_target(const TensorShape &shape, DataType dt_in, DataType dt_out, ConvertPolicy… in compute_target() 112 …SimpleTensor<T2> compute_reference(const TensorShape &shape, DataType dt_in, DataType dt_out, Conv… in compute_reference() 134 …void setup(TensorShape shape, DataType dt_in, DataType dt_out, ConvertPolicy policy, uint32_t shif… in setup() 146 …void setup(TensorShape shape, DataType dt_in, DataType dt_out, ConvertPolicy policy, uint32_t shif… in setup()
|
D | CastFixture.h | 40 void setup(TensorShape shape, DataType dt_in, DataType dt_out, ConvertPolicy policy) in setup() 48 void fill(U &&tensor, int i, DataType dt_in, DataType dt_out) in fill() 99 …TensorType compute_target(const TensorShape &shape, DataType dt_in, DataType dt_out, ConvertPolicy… in compute_target() 128 …SimpleTensor<T2> compute_reference(const TensorShape &shape, DataType dt_in, DataType dt_out, Conv… in compute_reference()
|
D | PixelWiseMultiplicationFixture.h | 52 DataType dt_out, in setup() 74 … TensorShape &shape0, const TensorShape &shape1, DataType dt_in1, DataType dt_in2, DataType dt_out, in compute_target() 133 … TensorShape &shape0, const TensorShape &shape1, DataType dt_in1, DataType dt_in2, DataType dt_out, in compute_reference() 159 …void setup(const TensorShape &shape, DataType dt_in1, DataType dt_in2, DataType dt_out, float scal… in setup() 171 …shape0, const TensorShape &shape1, DataType dt_in1, DataType dt_in2, DataType dt_out, float scale,… in setup() 221 …void setup(const TensorShape &shape, DataType dt_in1, DataType dt_in2, DataType dt_out, float scal… in setup() 234 …shape0, const TensorShape &shape1, DataType dt_in1, DataType dt_in2, DataType dt_out, float scale,… in setup()
|
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/ |
D | CastFixture.h | 51 void setup(TensorShape shape, DataType dt_in, DataType dt_out, ConvertPolicy policy) in setup() 59 void fill(U &&tensor, int i, DataType dt_in, DataType dt_out) in fill() 111 …TensorType compute_target(const TensorShape &shape, const DataType dt_in, const DataType dt_out, c… in compute_target() 161 …compute_reference(const TensorShape &shape, const DataType dt_in, const DataType dt_out, const Con… in compute_reference()
|
/external/ComputeLibrary/tests/validation/reference/ |
D | DepthConvertLayer.cpp | 42 SimpleTensor<T2> depth_convert(const SimpleTensor<T1> &src, DataType dt_out, ConvertPolicy policy, … in depth_convert() 73 SimpleTensor<T2> depth_convert(const SimpleTensor<T1> &src, DataType dt_out, ConvertPolicy policy, … in depth_convert() 99 SimpleTensor<T2> depth_convert(const SimpleTensor<T1> &src, DataType dt_out, ConvertPolicy policy, … in depth_convert()
|
D | PixelWiseMultiplication.cpp | 218 DataType dt_out, const QuantizationInfo &qout) in pixel_wise_multiplication() 240 DataType dt_out, const QuantizationInfo &qout) in pixel_wise_multiplication() 268 DataType dt_out, const QuantizationInfo &qout) in pixel_wise_multiplication() 296 DataType dt_out, const QuantizationInfo &qout) in pixel_wise_multiplication() 324 DataType dt_out, const QuantizationInfo &qout) in pixel_wise_multiplication()
|