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

Method c

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

Source from the content-addressed store, hash-verified

47 int h() const { return dim_h; }
48 int w() const { return dim_w; }
49 int c() const { return dim_c; }
50 int spatial(int spatial_index) const { return spatial_dim[spatial_index]; }
51
52 int dim_n, dim_h, dim_w, dim_c;

Callers 1

RunDimensionIndexesTestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected