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

Method Overlaps

tensorflow/core/framework/tensor_slice.h:139–141  ·  view source on GitHub ↗

A short hand.

Source from the content-addressed store, hash-verified

137 bool Intersect(const TensorSlice& other, TensorSlice* result) const;
138 // A short hand.
139 bool Overlaps(const TensorSlice& other) const {
140 return Intersect(other, nullptr);
141 }
142
143 // Equals iff "*this" and "other" are logically equivalent.
144 bool operator==(const TensorSlice& other) const;

Callers 1

RegisterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected