Searched defs:Array4D (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
H A Darray4d.h57 class Array4D : public Array<T> { class in namespace:xla
60 Array4D(int64 planes, int64 depth, int64 height, int64 width) function in class:xla::Array4D
64 Array4D(int64 planes, int64 depth, int64 height, int64 width, T value) function in class:xla::Array4D
70 // Array4D(1, 1, 1, 1, {1}) will work. The template cannot infer the
73 Array4D(int64 planes, int64 depth, int64 height, int64 width, function in class:xla::Array4D
75 : Array4D(planes, depth, height, width) {
79 // Construct an Array4D with the given nested initializer list.
80 Array4D(std::initializer_list<std::initializer_list< function in class:xla::Array4D
90 Array4D(std::initializer_list<std::initializer_list< function in class:xla::Array4D

Completed in 122 milliseconds