Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.h538 int num_shapes);
549 const void* const* protos, const size_t* proto_lens, int num_shapes,
808 int num_shapes, int64_t* storage, int storage_size, TF_Status* status);
Dc_api.cc1236 int num_shapes) { in TF_SetAttrShapeList() argument
1238 shapes.reserve(num_shapes); in TF_SetAttrShapeList()
1239 for (int i = 0; i < num_shapes; ++i) { in TF_SetAttrShapeList()
1275 const size_t* proto_lens, int num_shapes, in TF_SetAttrTensorShapeProtoList() argument
1278 shapes.resize(num_shapes); in TF_SetAttrTensorShapeProtoList()
1279 for (int i = 0; i < num_shapes; ++i) { in TF_SetAttrTensorShapeProtoList()