Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/risc/
H A Drisc_ops.py26 input_lhs, argument
98 def risc_div(input_lhs, input_rhs, name='RISC_DIV'): argument
102 def risc_dot(input_lhs, argument
166 def risc_max(input_lhs, input_rhs, name='RISC_MAX'): argument
170 def risc_min(input_lhs, input_rhs, name='RISC_MIN'): argument
174 def risc_mul(input_lhs, input_rhs, name='RISC_MUL'): argument
191 def risc_pow(input_lhs, input_rhs, name='RISC_POW'): argument
235 def risc_sub(input_lhs, input_rhs, name='RISC_SUB'): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dbatchmatmul_to_einsum.cc53 Value input_lhs = op.x(); in matchAndRewrite() local
H A Dunroll_batch_matmul.cc147 Value input_lhs = op.x(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dresolve_tensorflow_matmul.cc78 std::string input_lhs = matmul_op->inputs[0]; in Run() local
H A Dunroll_batch_matmul.cc147 std::string input_lhs = batch_op->inputs[0]; in Run() local