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

Function BroadcastInDim

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

Source from the content-addressed store, hash-verified

2950}
2951
2952XlaOp BroadcastInDim(const XlaOp operand,
2953 const absl::Span<const int64> out_dim_size,
2954 const absl::Span<const int64> broadcast_dimensions) {
2955 return operand.builder()->BroadcastInDim(operand, out_dim_size,
2956 broadcast_dimensions);
2957}
2958
2959XlaOp Copy(const XlaOp operand) {
2960 return operand.builder()->UnaryOp(HloOpcode::kCopy, operand);

Callers 15

ExportXlaOpFunction · 0.85
BroadcastToFunction · 0.85
BilinearWeightsFunction · 0.85
BoundSamplesFunction · 0.85
CalculateGradDataFunction · 0.85
CalculateGradWarpFunction · 0.85
CompileMethod · 0.85
SetMatrixDiagFunction · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
MakeGeneralResizeKernelFunction · 0.85

Calls 2

BroadcastInDimMethod · 0.80
builderMethod · 0.45

Tested by 2

TEST_FFunction · 0.68
ComputeMatmulVWVtMethod · 0.68