Home
last modified time | relevance | path

Searched refs:max_shapes (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dtensor_queue_dataset_op.cc177 std::vector<TensorShape> max_shapes; // Of non-queue components. in GetNextInternal() local
195 max_shapes.push_back(std::move(out_shape)); in GetNextInternal()
212 for (int i = 0; i < max_shapes.size(); ++i) { in GetNextInternal()
213 Tensor component(cpu_allocator(), dtypes[i], max_shapes[i]); in GetNextInternal()
226 if (batch[b][i].shape() == max_shapes[i]) { in GetNextInternal()
/external/libpng/contrib/tools/
Dgenpng.c761 # define max_shapes 256 in main() macro
762 struct arg arg_list[max_shapes]; in main()
777 for (nshapes=0; 3+7*(nshapes+1) <= argc && nshapes < max_shapes; in main()