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

Function NoOutputs

tensorflow/core/framework/common_shape_fns.h:200–202  ·  view source on GitHub ↗

Shape function for use with ops no outputs.

Source from the content-addressed store, hash-verified

198
199// Shape function for use with ops no outputs.
200inline Status NoOutputs(shape_inference::InferenceContext* c) {
201 return Status::OK();
202}
203
204// Shape function for ops that output a single scalar value.
205inline Status ScalarShape(shape_inference::InferenceContext* c) {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68