Home
last modified time | relevance | path

Searched defs:test_op (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/clang/test/SemaTemplate/
H A Doperator-function-id-template.cpp17 void test_op(A<int> a, int i) { in test_op() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/types/
H A Ddialect_test.cc42 Operation &test_op = module->front(); in TEST() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/
H A Dops.rs45 macro_rules! test_op { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/
H A Dops.rs45 macro_rules! test_op { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/
H A Dops.rs45 macro_rules! test_op { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/num/
H A Dops.rs45 macro_rules! test_op { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/
H A Dops.rs45 macro_rules! test_op { macro
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/api/generator/
H A Dcreate_python_api_test.py26 def test_op(): function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
H A Dtf_math_ops_test.py95 def test_op(self, op_name, fn, vectorize, rtol_enum): member in TfMathOpsTest
/aosp_15_r20/external/pytorch/test/onnx/dynamo/
H A Dtest_registry_dispatcher.py337 def test_op(x: TCustomFloat, y: TCustomFloat) -> TCustomFloat: function
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dalgebraic_tests.cpp51 void algebraic_test_base::test_op(nir_op op, nir_def *src0, nir_def *src1, in test_op() function in __anon753fcb6b0111::algebraic_test_base
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dexecutor_test.cpp168 void test_op(KernelRuntimeContext& /*unused*/, EValue** /*unused*/) {} in test_op() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_flop_counter.py59 def test_op(self): member in TestFlopCounter
H A Dtest_testing.py2013 def test_op(x): function
H A Dtest_sparse.py3472 def test_op(sparse_dims, nnz, with_size, coalesced): function
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Ddispatch_test.py55 def test_op(x, y, z): function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dcheck_ops.py275 def _make_assert_msg_data(sym, x, y, summarize, test_op): argument
/aosp_15_r20/external/libtraceevent/src/
H A Dparse-filter.c1785 static int test_op(struct tep_event *event, struct tep_filter_arg *arg, in test_op() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner_test.cc68 StringPiece test_op = "TensorAsShapeInt32") { in TestStridedSlice()
/aosp_15_r20/external/rust/android-crates-io/crates/num-complex/src/
Dlib.rs2497 macro_rules! test_op { macro