Searched refs:proto_lens (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api.cc | 963 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()
|
D | c_api.h | 387 const void* const* protos, const size_t* proto_lens, int num_shapes,
|