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

Method mutable_dimensions

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

Source from the content-addressed store, hash-verified

111 }
112 absl::Span<const int64> dimensions() const { return dimensions_; }
113 absl::Span<int64> mutable_dimensions() { return absl::MakeSpan(dimensions_); }
114
115 // Methods for accessing the tuple subshapes. This field only non-empty for
116 // tuple shapes.

Callers 15

BatchDescriptorMethod · 0.80
FilterDescriptorMethod · 0.80
spatial_sizeMethod · 0.80
input_filter_dimsMethod · 0.80
SetMatrixDiagFunction · 0.80
CompileMethod · 0.80
ToProtoMethod · 0.80
Tile1DFunction · 0.80
MakeSpatialPaddingConfigFunction · 0.80
AvgPoolGradFunction · 0.80
HandlePadMethod · 0.80

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
XLA_TEST_PFunction · 0.64