Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.cc1385 const size_t* proto_lens, int num_shapes, in TF_SetAttrTensorShapeProtoList() argument
1390 if (proto_lens[i] > std::numeric_limits<int>::max()) { in TF_SetAttrTensorShapeProtoList()
1392 "length of element ", i, " in the list (", proto_lens[i], in TF_SetAttrTensorShapeProtoList()
1396 if (!shapes[i].ParseFromArray(protos[i], static_cast<int>(proto_lens[i]))) { in TF_SetAttrTensorShapeProtoList()
Dc_api.h587 const void* const* protos, const size_t* proto_lens, int num_shapes,