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

Function BroadcastBinaryOpShapeFn

tensorflow/core/framework/common_shape_fns.h:329–331  ·  view source on GitHub ↗

Shape function for binary operators that broadcast their inputs. Tested by ops/math_ops_test.cc.

Source from the content-addressed store, hash-verified

327// Shape function for binary operators that broadcast their inputs.
328// Tested by ops/math_ops_test.cc.
329inline Status BroadcastBinaryOpShapeFn(InferenceContext* c) {
330 return BroadcastBinaryOpOutputShapeFn(c, 0);
331}
332
333// Shape function for random operations.
334Status RandomShape(shape_inference::InferenceContext* c);

Callers 2

string_ops.ccFile · 0.85
math_ops.ccFile · 0.85

Calls 1

Tested by

no test coverage detected