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

Function CustomCall

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

Source from the content-addressed store, hash-verified

3202}
3203
3204XlaOp CustomCall(XlaBuilder* builder, const string& call_target_name,
3205 absl::Span<const XlaOp> operands, const Shape& shape,
3206 const string& opaque) {
3207 return builder->CustomCall(call_target_name, operands, shape, opaque,
3208 /*operand_shapes_with_layout=*/absl::nullopt);
3209}
3210
3211XlaOp CustomCallWithLayout(XlaBuilder* builder, const string& call_target_name,
3212 absl::Span<const XlaOp> operands, const Shape& shape,

Callers 3

ExportXlaOpFunction · 0.50
XLA_TEST_FFunction · 0.50
mainFunction · 0.50

Calls 1

CustomCallMethod · 0.80

Tested by 2

XLA_TEST_FFunction · 0.40
mainFunction · 0.40