Home
last modified time | relevance | path

Searched defs:ref_op (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
H A DElementwiseBinaryFixture.h224 …void setup(ArithmeticOperation ref_op, const TensorShape &shape0, DataType data_type, bool is_inpl… in setup()
235 …void setup(ArithmeticOperation ref_op, const TensorShape &shape0, const TensorShape &shape1, DataT… in setup()
246 …void setup(ArithmeticOperation ref_op, const TensorShape &shape0, const TensorShape &shape1, const… in setup()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_output_stores_pass.cpp134 auto ref_op = ref->opcode(); in KillAllDeadStoresOfBuiltinRef() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Deliminate_dead_output_stores_pass.cpp134 auto ref_op = ref->opcode(); in KillAllDeadStoresOfBuiltinRef() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Deliminate_dead_output_stores_pass.cpp137 auto ref_op = ref->opcode(); in KillAllDeadStoresOfBuiltinRef() local
/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_qat.py847 def ref_op(x): function