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

Method IsBroadcastingRequired

tensorflow/core/util/matmul_bcast.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 bool IsValid() const { return batch_bcast_ && batch_bcast_->IsValid(); }
37 bool IsBroadcastingRequired() const { return broadcasting_required_; }
38
39 const int64 output_batch_size() const { return output_batch_size_; }
40 const int64 x_batch_size() const { return x_batch_size_; }

Callers 10

RunMethod · 0.80
createMatMulOpsMethod · 0.80
createMatMulOpsMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
LaunchMethod · 0.80
LaunchMethod · 0.80
RunMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64