HomeSort by relevance Sort by last modified time
    Searched refs:proto_size (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/verbs/
rdma.cc     [all...]
rdma.h 212 bool is_dead, size_t proto_size);
260 size_t proto_size);
patch_notes_verbs_with_0_copies.md 38 * **class RdmaTensorMetaData** - Meta-data for a tensor (type, shape, is_dead, proto_size).
  /external/tensorflow/tensorflow/c/
c_api.cc 653 const size_t proto_size = in.ByteSizeLong(); local
654 void* buf = tensorflow::port::Malloc(proto_size);
658 in.GetTypeName(), "' and size ", proto_size);
664 if (proto_size > std::numeric_limits<int>::max()) {
667 proto_size,
671 if (!in.SerializeToArray(buf, proto_size)) {
674 proto_size, " bytes) is too large?");
677 out->length = proto_size;
    [all...]

Completed in 114 milliseconds