Home
last modified time | relevance | path

Searched refs:source_key (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.cc146 void CopyNodeAttr(const NodeDef& source, const string& source_key, in CopyNodeAttr() argument
148 CHECK_NE(0, source.attr().count(source_key)) in CopyNodeAttr()
149 << "No key '" << source_key << "' found in " << source.DebugString(); in CopyNodeAttr()
150 (*(dest->mutable_attr()))[dest_key] = source.attr().at(source_key); in CopyNodeAttr()
Dtransform_utils.h69 void CopyNodeAttr(const NodeDef& source, const string& source_key,
/external/tensorflow/tensorflow/core/platform/s3/
Ds3_file_system.h127 const Aws::String& source_key,
Ds3_file_system.cc908 const Aws::String& source_key, in CopyFile() argument
911 Aws::String source = Aws::String((source_bucket + "/" + source_key).c_str()); in CopyFile()