Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h175 string ShapeHumanString() const;
Dxla_compiler.cc379 " shape=", ShapeHumanString()); in HumanString()
415 string XlaCompiler::Argument::ShapeHumanString() const { in ShapeHumanString() function in tensorflow::XlaCompiler::Argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dwhile_op.cc81 << " shape: " << arg.ShapeHumanString() in MakeXlaCompilerArgumentsFromInputs()