Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_jitrt_kernels.cc765 static std::string OperandsToString( in OperandsToString() function
787 << ", operands: " << OperandsToString(operands); in ExecuteImpl()
850 /*operands=*/OperandsToString(operands)); in ExecuteImplAndMaybeLogQueryOfDeath()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h1507 std::string OperandsToString(const HloPrintOptions& options) const;
H A Dhlo_instruction.cc3122 std::string HloInstruction::OperandsToString( in OperandsToString() function in xla::HloInstruction