Searched refs:constant_operand (Results 1 – 1 of 1) sorted by relevance
856 const auto* constant_operand = DynCast<HloConstantInstruction>(operand); in GetInstructionNodeInlinedOperands() local858 if (constant_operand != nullptr) { in GetInstructionNodeInlinedOperands()859 operand_str = stringify_constant(constant_operand); in GetInstructionNodeInlinedOperands()