Home
last modified time | relevance | path

Searched defs:set_op (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dnn_ops_test.cc184 auto set_op = [&op](bool is_training, string data_format) { in TEST() local
263 auto set_op = [&op](string data_format) { in TEST() local
450 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local
476 auto set_op = [&op, op_name](const std::vector<float>& pooling_ratio) { in TEST() local
Darray_ops_test.cc1225 auto set_op = [&op](const std::vector<int32>& ksizes, in TEST() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns_test.cc414 auto set_op = [&op](const std::vector<int32>& strides, const string& padding, in TEST() local
547 auto set_op = [&op](const std::vector<int32>& dilations, in TEST() local
639 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local
763 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local
809 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local
844 auto set_op = [&op, &ksizes_tensor, &strides_tensor]( in TEST() local
885 auto set_op = [&op](const std::vector<int32>& strides, in TEST() local
/external/iproute2/ip/
Diplink_geneve.c72 bool set_op = (n->nlmsg_type == RTM_NEWLINK && in geneve_parse_opt() local
Diplink_vxlan.c86 bool set_op = (n->nlmsg_type == RTM_NEWLINK && in vxlan_parse_opt() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc.h479 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_cf(op); } in set_op() function
527 void set_op(unsigned op) { in set_op() function
583 void set_op(unsigned op) { this->op = op; op_ptr = r600_isa_fetch(op); } in set_op() function
/external/v8/src/compiler/
Dnode.h264 void set_op(const Operator* op) { op_ = op; } in set_op() function