Searched defs:set_op (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/ops/ |
D | nn_ops_test.cc | 184 auto set_op = [&op](bool is_training, string data_format) { in TEST() local 263 auto set_op = [&op](string data_format) { in TEST() local 458 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local 484 auto set_op = [&op, op_name](const std::vector<float>& pooling_ratio) { in TEST() local
|
D | array_ops_test.cc | 1276 auto set_op = [&op](const std::vector<int32>& ksizes, in TEST() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns_test.cc | 410 auto set_op = [&op](const std::vector<int32>& strides, const string& padding, in TEST() local 597 auto set_op = [&op](const std::vector<int32>& dilations, in TEST() local 713 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local 797 auto set_op = [&op](const std::vector<int32>& dilations, in TEST() local 884 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local 930 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local 965 auto set_op = [&op, &ksizes_tensor, &strides_tensor]( in TEST() local 1006 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.h | 110 void set_op(string op) { in set_op() function
|
/external/iproute2/ip/ |
D | iplink_geneve.c | 72 bool set_op = (n->nlmsg_type == RTM_NEWLINK && in geneve_parse_opt() local
|
D | iplink_vxlan.c | 86 bool set_op = (n->nlmsg_type == RTM_NEWLINK && in vxlan_parse_opt() local
|
/external/v8/src/compiler/ |
D | node.h | 261 void set_op(const Operator* op) { op_ = op; } in set_op() function
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc.h | 480 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_cf(op); } in set_op() function 528 void set_op(unsigned op) { in set_op() function 589 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } in set_op() function
|