Home
last modified time | relevance | path

Searched defs:attr_value (Results 1 – 25 of 66) sorted by relevance

123

/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/
Dtf_conv_base_parser.cc40 tensorflow::AttrValue attr_value; in ParseKernels() local
61 tensorflow::AttrValue attr_value; in ParseStrides() local
83 tensorflow::AttrValue attr_value; in ParseExplicitPaddings() local
110 tensorflow::AttrValue attr_value; in ParseDilations() local
130 tensorflow::AttrValue attr_value; in ParsePadMode() local
Dtf_pad_parser.cc49 tensorflow::AttrValue attr_value; in Parse() local
61 tensorflow::AttrValue attr_value; in Parse() local
Dtf_util.cc51 tensorflow::AttrValue *attr_value) { in FindAttrValue()
62 tensorflow::AttrValue attr_value; in ParseAttrDataType() local
144 tensorflow::AttrValue attr_value; in ParseNodeFormat() local
Dtf_pool_parser.cc35 tensorflow::AttrValue attr_value; in Parse() local
80 tensorflow::AttrValue attr_value; in Parse() local
Dtf_depth_to_space_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_matmul_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_reduce_parser.cc48 tensorflow::AttrValue attr_value; in Parse() local
Dtf_random_standard_normal_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_topk_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_dropout_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_reverse_sequence_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_activation_parser.cc46 tensorflow::AttrValue attr_value; in Parse() local
Dtf_one_hot_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_softmax_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_batch_matmul_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_crop_and_resize_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_stride_slice_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_pack_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_batchnorm_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
Dtf_uniform_real_parser.cc37 tensorflow::AttrValue attr_value; in Parse() local
Dtf_assert_parser.cc31 tensorflow::AttrValue attr_value; in Parse() local
/third_party/gn/src/gn/
Dxml_element_writer.cc12 std::string_view attr_value) { in XmlAttributes()
17 std::string_view attr_value) { in add()
/third_party/glib/gio/
Dgfileinfo.c1140 GObject *attr_value) in _g_file_info_set_attribute_object_by_id()
1161 GObject *attr_value) in g_file_info_set_attribute_object()
1175 char **attr_value) in _g_file_info_set_attribute_stringv_by_id()
1199 char **attr_value) in g_file_info_set_attribute_stringv()
1213 const char *attr_value) in _g_file_info_set_attribute_string_by_id()
1234 const char *attr_value) in g_file_info_set_attribute_string()
1248 const char *attr_value) in _g_file_info_set_attribute_byte_string_by_id()
1269 const char *attr_value) in g_file_info_set_attribute_byte_string()
1283 gboolean attr_value) in _g_file_info_set_attribute_boolean_by_id()
1304 gboolean attr_value) in g_file_info_set_attribute_boolean()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_kernel_build.cc110 auto attr_value = static_cast<int>(GetValue<int64_t>(value)); in ParseAttrValue() local
113 auto attr_value = GetValue<std::string>(value); in ParseAttrValue() local
116 auto attr_value = GetValue<bool>(value); in ParseAttrValue() local
119 auto attr_value = GetValue<float>(value); in ParseAttrValue() local
122 std::vector<int64_t> attr_value; in ParseAttrValue() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_creator.cc76 bool ParseListIntValue(const mindspore::ValuePtr &value, std::vector<int64_t> *attr_value) { in ParseListIntValue()
126 auto attr_value = GetValue<std::string>(value); in ParseAttrValue() local
137 std::vector<int64_t> attr_value; in ParseAttrValue() local
195 bool attr_value = false; in ParseAttrDefaultValue() local

123