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

Method n

tensorflow/core/util/tensor_format_test.cc:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44// Represents the dimension indexes of an activations tensor format.
45struct TensorDimMap {
46 int n() const { return dim_n; }
47 int h() const { return dim_h; }
48 int w() const { return dim_w; }
49 int c() const { return dim_c; }

Callers 1

RunDimensionIndexesTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected