HomeSort by relevance Sort by last modified time
    Searched refs:HloTfGraphBuilder (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_tfgraph_builder.h 28 class HloTfGraphBuilder {
30 HloTfGraphBuilder(const DebugOptions& debug_options = DebugOptions());
hlo_tfgraph_builder.cc 73 HloTfGraphBuilder::HloTfGraphBuilder(const DebugOptions& debug_options)
76 Status HloTfGraphBuilder::AddComputation(const HloComputation& computation) {
89 const GraphDef& HloTfGraphBuilder::GetGraphDef() const { return graph_def_; }
91 const string& HloTfGraphBuilder::GetNodeNameForInstruction(
135 void HloTfGraphBuilder::SetNodeAttrs(const HloInstruction* instruction,
209 Status HloTfGraphBuilder::AddInstruction(const HloInstruction* instruction) {
hlo_tfgraph_builder_test.cc 31 HloTfGraphBuilder generator_;
hlo_graph_dumper.cc     [all...]

Completed in 69 milliseconds