Home
last modified time | relevance | path

Searched defs:op_b (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dtest_to_hw_instr.cpp565 #define INS(idx, def_b, op_b) \ argument
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_analysis.h119 InductionInfo* op_b; member
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse_csr.py1516 def run_test(c, a, a_batched, b, op_b=False, op_out=False, *, dtype=None, device=None): argument
1551 def run_test(a, a_batched, b, op_b=False, op_out=False, *, dtype=None, device=None): argument
1587 op_b=False, argument
2439 def run_test(c, a, b, op_a, op_b, *, alpha=None, beta=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc4632 nvinfer1::MatrixOperation op_a, op_b; in ConvertMatMulImpl() local