Searched defs:tensor_content (Results 1 – 8 of 8) sorted by relevance
329 Cord* tensor_content) { in ConvertFloatElementsAttr()358 Cord* tensor_content) { in ConvertIntElementsAttr()372 Cord* tensor_content) { in ConvertUIntElementsAttr()
328 RepeatedField<T>* output, Cord* tensor_content) { in ConvertFloatElementsAttr()359 RepeatedField<T>* output, Cord* tensor_content) { in ConvertIntElementsAttr()372 RepeatedField<T>* output, Cord* tensor_content) { in ConvertUIntElementsAttr()
233 inline const std::string& RecvBufRespExtra::tensor_content(int index) const { in tensor_content() function280 RecvBufRespExtra::tensor_content() const { in tensor_content() function
9 repeated bytes tensor_content = 1; field
38 bytes tensor_content = 4; field
864 inline const std::string& TensorProto::tensor_content() const { in tensor_content() function895 inline void TensorProto::set_allocated_tensor_content(std::string* tensor_content) { in set_allocated_tensor_content()
1376 const auto tensor_content = tensor.flat<int>().data(); in CheckForTranspose() local1381 const auto tensor_content = tensor.flat<int64_t>().data(); in CheckForTranspose() local
399 const bool tensor_content, TensorProto* tensor_proto) { in GetTensorProto()