Home
last modified time | relevance | path

Searched refs:dst_scope (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/graph_editor/
Dtransform.py328 def __init__(self, sgv, dst_graph, dst_scope, src_scope): argument
336 self.scope_ = dst_scope
413 dst_scope, argument
443 dst_scope = util.scope_finalize(dst_scope)
446 if dst_scope and not reuse_dst_scope:
447 dst_scope = util.scope_finalize(dst_graph.unique_name(dst_scope[:-1]))
450 info = _TmpInfo(sgv, dst_graph, dst_scope, src_scope)
591 def copy(sgv, dst_graph=None, dst_scope="", src_scope="", argument
623 sgv, dst_graph, dst_scope, src_scope, reuse_dst_scope=reuse_dst_scope)
627 dst_graph=None, dst_scope="", src_scope="", argument
[all …]
Dutil.py504 def find_corresponding_elem(target, dst_graph, dst_scope="", src_scope=""): argument
529 if dst_scope:
530 dst_scope = scope_finalize(dst_scope)
531 dst_name = dst_scope + dst_name
540 def find_corresponding(targets, dst_graph, dst_scope="", src_scope=""): argument
563 return find_corresponding_elem(top, dst_graph, dst_scope, src_scope)
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dtransform_test.py227 res = ge.graph_replace(g, replacement_ts, dst_scope="res")
255 graph, dst_graph=copied_graph, dst_scope="imported")
274 graph, dst_graph=copied_graph, dst_scope="imported")
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp81 SpvScope dst_scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions() local
96 std::tie(dst_coherent, dst_volatile, dst_scope) = in UpgradeInstructions()
153 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(dst_scope)}}); in UpgradeInstructions()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp98 SpvScope dst_scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions() local
113 std::tie(dst_coherent, dst_volatile, dst_scope) = in UpgradeInstructions()
166 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(dst_scope)}}); in UpgradeInstructions()