Home
last modified time | relevance | path

Searched refs:GetOrCreateView (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc218 TF_RETURN_IF_ERROR(GetOrCreateView(instr->operand(i), &operands)); in CreateOperands()
221 TF_RETURN_IF_ERROR(GetOrCreateView(instr, &operands)); in CreateOperands()
504 TF_RETURN_IF_ERROR(GetOrCreateView(instr, &output)); in EmitFusionOp()
1111 TF_RETURN_IF_ERROR(GetOrCreateView(instr, &operands, /*result_subset=*/{0})); in EmitInfeedOp()
1125 TF_RETURN_IF_ERROR(GetOrCreateView(instr->operand(0), &operands)); in EmitOutfeedOp()
1423 Status LhloDialectEmitter::GetOrCreateView( in GetOrCreateView() function in mlir::LhloDialectEmitter
Dmhlo_to_lhlo_with_xla.h204 tensorflow::Status GetOrCreateView(const xla::HloInstruction* instr,