Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/verbs/
Drdma.h127 static const size_t kTensorShapeStartIndex = member
130 kTensorShapeStartIndex + sizeof(TensorShape);
Drdma.cc1322 memcpy(&message[kTensorShapeStartIndex], &rm.tensor_shape_, in CreateMessage()
1384 memcpy(&rm.tensor_shape_, &message[kTensorShapeStartIndex], in ParseMessage()