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

Method clear_dimensions

tensorflow/compiler/xla/shape.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 dynamic_dimensions_.push_back(false);
107 }
108 void clear_dimensions() {
109 dimensions_.clear();
110 dynamic_dimensions_.clear();
111 }
112 absl::Span<const int64> dimensions() const { return dimensions_; }
113 absl::Span<int64> mutable_dimensions() { return absl::MakeSpan(dimensions_); }
114

Callers 3

TEST_FFunction · 0.80
PermuteDimensionsMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

TEST_FFunction · 0.64