Home
last modified time | relevance | path

Searched defs:rhs_ty (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tfr/python/
Dtfr_gen.py800 def _emit_binary_op(self, op, lhs, lhs_ty, rhs, rhs_ty): argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc3116 RankedTensorType rhs_ty = rhs.getType().dyn_cast<RankedTensorType>(); in inferReturnTypes() local