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