Searched refs:get_op (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | auto_control_deps_test.py | 195 def get_op(op_type, sub_name): function 203 read1 = get_op("ReadVariableOp", "read1") 204 functional_op = get_op(op_type, "") 205 read2 = get_op("ReadVariableOp", "read2") 206 assign_op = get_op("AssignVariableOp", "") 386 def get_op(op_type, sub_name): function 394 read1 = get_op("ReadVariableOp", "read1") 395 functional_op = get_op(op_type, "") 396 read2 = get_op("ReadVariableOp", "read2") 397 assign_op = get_op("AssignVariableOp", "")
|
/external/angle/src/compiler/translator/ |
D | gen_builtin_symbols.py | 1449 def get_op(name, function_props, group_op_suffix): function 1620 op = get_op(function_name, function_props, group_op_suffix)
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 471 auto get_op = [&](bool is_commutative, bool is_left_arg_const, in TEST_F() local 501 Output child = get_op(is_child_commutative, is_left_leaf_const, in TEST_F() 503 Output parent = get_op(is_parent_commutative, is_left_child_const, in TEST_F()
|