Home
last modified time | relevance | path

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

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