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

Function IsUnknownDimOrRank

tensorflow/compiler/mlir/tensorflow/ir/tf_ops.cc:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154static bool IsUnknownDimOrRank(int64_t dim_or_rank) {
155 return dim_or_rank == -1;
156}
157
158// Returns the tf.Equal/tf.NotEqual result type given `x` and `y` and inputs. If
159// `incompatible_shape_error` is true, reports error if `x` and `y` has

Callers 1

buildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected