Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/graph_editor/
Dutil.py504 def find_corresponding_elem(target, dst_graph, dst_scope="", src_scope=""): argument
522 if src_scope:
523 src_scope = scope_finalize(src_scope)
524 if not src_name.startswidth(src_scope):
525 raise ValueError("{} does not start with {}".format(src_name, src_scope))
526 src_name = src_name[len(src_scope):]
540 def find_corresponding(targets, dst_graph, dst_scope="", src_scope=""): argument
563 return find_corresponding_elem(top, dst_graph, dst_scope, src_scope)
Dtransform.py328 def __init__(self, sgv, dst_graph, dst_scope, src_scope): argument
334 self.scope = src_scope
414 src_scope="", argument
442 src_scope = util.scope_finalize(src_scope)
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
672 sgv, dst_graph, dst_scope, src_scope, reuse_dst_scope=reuse_dst_scope)
710 src_scope="", reuse_dst_scope=False): argument
[all …]
/external/selinux/checkpolicy/
Dmodule_compiler.c1371 scope_index_t *src_scope = &stack->decl->required; in copy_requirements() local
1374 ebitmap_t *src_bitmap = &src_scope->scope[i]; in copy_requirements()
1382 if (src_scope->class_perms_len > dest_scope->class_perms_len) { in copy_requirements()
1385 src_scope->class_perms_len * in copy_requirements()
1393 i < src_scope->class_perms_len; i++) { in copy_requirements()
1397 src_scope->class_perms_len; in copy_requirements()
1399 for (i = 0; i < src_scope->class_perms_len; i++) { in copy_requirements()
1400 ebitmap_t *src_bitmap = &src_scope->class_perms_map[i]; in copy_requirements()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp80 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions() local
98 std::tie(src_coherent, src_volatile, src_scope) = in UpgradeInstructions()
149 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeInstructions()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp97 SpvScope src_scope = SpvScopeQueueFamilyKHR; in UpgradeInstructions() local
115 std::tie(src_coherent, src_volatile, src_scope) = in UpgradeInstructions()
170 {SPV_OPERAND_TYPE_SCOPE_ID, {GetScopeConstant(src_scope)}}); in UpgradeInstructions()