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

Method computation

tensorflow/compiler/xla/service/call_graph.h:98–98  ·  view source on GitHub ↗

Returns the computation represented by this call graph node.

Source from the content-addressed store, hash-verified

96
97 // Returns the computation represented by this call graph node.
98 HloComputation* computation() const { return computation_; }
99
100 // Returns the call sites in this computation. These are the instructions in
101 // this computation which call other computations.

Callers 14

RunMethod · 0.45
TEST_FFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45
ToStringMethod · 0.45
ExecuteGraphParallelMethod · 0.45
CompileMethod · 0.45
ComputeConstantGraphMethod · 0.45
FlattenNodeFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36