Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc856 const auto* constant_operand = DynCast<HloConstantInstruction>(operand); in GetInstructionNodeInlinedOperands() local
858 if (constant_operand != nullptr) { in GetInstructionNodeInlinedOperands()
859 operand_str = stringify_constant(constant_operand); in GetInstructionNodeInlinedOperands()