Searched refs:fuse_two_ops (Results 1 – 2 of 2) sorted by relevance
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/ |
D | MulFixture.h | 56 …&shape1, const TensorShape &shape2, DataType data_type, bool is_inplace, bool fuse_two_ops = false) 60 _fuse = fuse_two_ops; 226 …orShape &shape1, const TensorShape &shape2, DataType data_type, bool is_inplace, bool fuse_two_ops) in setup() argument 228 …AccessorType, FunctionType, T>::setup(shape0, shape1, shape2, data_type, is_inplace, fuse_two_ops); in setup()
|
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/ |
D | ElementwiseBinaryFixture.h | 51 …&shape1, const TensorShape &shape2, DataType data_type, bool is_inplace, bool fuse_two_ops = false) 56 _fuse = fuse_two_ops; 246 …orShape &shape1, const TensorShape &shape2, DataType data_type, bool is_inplace, bool fuse_two_ops) in setup() argument 248 …Type, FunctionType, T>::setup(ref_op, shape0, shape1, shape2, data_type, is_inplace, fuse_two_ops); in setup()
|