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

Method planes

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

Source from the content-addressed store, hash-verified

106 int64 height() const { return this->dim(2); }
107 int64 depth() const { return this->dim(1); }
108 int64 planes() const { return this->dim(0); }
109
110 // Fills all of the {p,z} with the array provided, which specifies {y,x}.
111 void FillWithYX(const Array2D<T>& value) {

Callers 5

FillWithMinorDimNumMethod · 0.95
MapWithIndexArray4DMethod · 0.80
SeparableConvArray4DMethod · 0.80

Calls 1

dimMethod · 0.45

Tested by 1