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

Function Call

tensorflow/compiler/xla/client/xla_builder.cc:3199–3202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3197}
3198
3199XlaOp Call(XlaBuilder* builder, const XlaComputation& computation,
3200 absl::Span<const XlaOp> operands) {
3201 return builder->Call(computation, operands);
3202}
3203
3204XlaOp CustomCall(XlaBuilder* builder, const string& call_target_name,
3205 absl::Span<const XlaOp> operands, const Shape& shape,

Callers 15

TEST_FFunction · 0.70
LowerFunctionCallMethod · 0.50
CompileFunctionalNodeMethod · 0.50
BuildWrappedCondFunction · 0.50
BuildWrappedBodyFunction · 0.50
TEST_FFunction · 0.50
EmitXfeedTransferMethod · 0.50
HandleSortMethod · 0.50
HandleConvolutionMethod · 0.50
HandleFftMethod · 0.50

Calls 1

CallMethod · 0.45

Tested by 7

TEST_FFunction · 0.56
TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
mainFunction · 0.40