Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dhlo_legalize_to_lhlo.cc61 SmallVector<Value, 4> dynamic_operands; in InsertDynamicAllocAndDealloc() local
71 dynamic_operands.push_back(alloc_operand); in InsertDynamicAllocAndDealloc()
74 return rewriter->create<AllocOp>(loc, memref_type, dynamic_operands); in InsertDynamicAllocAndDealloc()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_padder.cc1614 std::vector<HloInstruction*> dynamic_operands; in ConvertToDynamic() local
1619 dynamic_operands.push_back(ConvertToDynamic(operand)); in ConvertToDynamic()
1621 dynamic_operands.push_back(operand); in ConvertToDynamic()
1624 return comp->AddInstruction(HloInstruction::CreateTuple(dynamic_operands)); in ConvertToDynamic()