Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_argument.h123 string ShapeHumanString() const;
Dxla_compiler.cc439 " shape=", ShapeHumanString()); in HumanString()
493 string XlaCompiler::Argument::ShapeHumanString() const { in ShapeHumanString() function in tensorflow::XlaCompiler::Argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc94 << " shape: " << arg.ShapeHumanString() in MakeXlaCompilerArgumentsFromInputs()