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

Function CustomCallWithLayout

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

Source from the content-addressed store, hash-verified

3209}
3210
3211XlaOp CustomCallWithLayout(XlaBuilder* builder, const string& call_target_name,
3212 absl::Span<const XlaOp> operands, const Shape& shape,
3213 absl::Span<const Shape> operand_shapes_with_layout,
3214 const string& opaque) {
3215 return builder->CustomCall(call_target_name, operands, shape, opaque,
3216 operand_shapes_with_layout);
3217}
3218
3219XlaOp Complex(const XlaOp lhs, const XlaOp rhs,
3220 absl::Span<const int64> broadcast_dimensions) {

Callers 1

BuildFakeQuantCustomCallFunction · 0.85

Calls 1

CustomCallMethod · 0.80

Tested by

no test coverage detected