MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ShapeHumanString

Method ShapeHumanString

tensorflow/compiler/tf2xla/xla_compiler.cc:447–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447string XlaCompiler::Argument::ShapeHumanString() const {
448 if (absl::holds_alternative<TensorShape>(shape)) {
449 return absl::get<TensorShape>(shape).DebugString();
450 } else {
451 return absl::get<xla::Shape>(shape).DebugString();
452 }
453}
454
455XlaCompiler::XlaCompiler(XlaCompiler::Options options)
456 : options_(options),

Callers 1

Calls 1

DebugStringMethod · 0.45

Tested by

no test coverage detected