Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.h94 static StatusOr<std::unique_ptr<HloModule>> ReadModuleFromBinaryProtoFile(
Dhlo_runner.cc60 HloRunner::ReadModuleFromBinaryProtoFile(const std::string& filename, in ReadModuleFromBinaryProtoFile() function in xla::HloRunner
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc678 module = HloRunner::ReadModuleFromBinaryProtoFile( in RealMain()