Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_argument.h122 string ShapeHumanString() const;
Dxla_compiler.cc440 " shape=", ShapeHumanString()); in HumanString()
494 string XlaCompiler::Argument::ShapeHumanString() const { in ShapeHumanString() function in tensorflow::XlaCompiler::Argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc95 << " shape: " << arg.ShapeHumanString() in MakeXlaCompilerArgumentsFromInputs()