Searched refs:from_op (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/ |
D | map_chlo_to_hlo_op.h | 29 static mhlo::ComplexOp CreateOp(BroadcastComplexOp from_op, Type result_type, in CreateOp() 32 return builder.create<mhlo::ComplexOp>(from_op.getLoc(), result_type, in CreateOp() 38 static ToOpTy CreateOp(FromOpTy from_op, Type result_type, in CreateOp() 41 return builder.create<ToOpTy>(from_op.getLoc(), result_type, in CreateOp() 46 static mhlo::CompareOp CreateOp(BroadcastCompareOp from_op, Type result_type, in CreateOp() 50 from_op.getLoc(), result_type, broadcasted_lhs, broadcasted_rhs, in CreateOp() 51 from_op.comparison_direction(), from_op.compare_typeAttr()); in CreateOp()
|
/external/tensorflow/tensorflow/python/ops/ |
D | op_selector.py | 328 def _path_from(from_op, tensor, sources): argument 339 if isinstance(from_op, ops.Tensor): 340 from_op = from_op.op 350 if op == from_op:
|