HomeSort by relevance Sort by last modified time
    Searched defs:AsProto (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/framework/
resource_handle.cc 30 void ResourceHandle::AsProto(ResourceHandleProto* proto) const {
48 AsProto(&proto);
tensor_slice.cc 113 void TensorSlice::AsProto(TensorSliceProto* proto) const {
tensor_shape_test.cc 283 void AsProto(TensorShapeProto* proto) const;
457 void TensorShapeOld::AsProto(TensorShapeProto* proto) const {
518 s.AsProto(&sp);
519 sold.AsProto(&spold);

Completed in 165 milliseconds