HomeSort by relevance Sort by last modified time
    Searched full:attr_serialized (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/client/
device_lib.i 42 string attr_serialized;
43 if (!attr.SerializeToString(&attr_serialized)) {
50 output.push_back(attr_serialized);
  /external/tensorflow/tensorflow/tools/graph_transforms/
transform_utils.cc 131 string attr_serialized; local
134 attr.SerializeToString(&attr_serialized);
135 hash = Hash64Combine(hash, Hash64String(attr_serialized));

Completed in 69 milliseconds