/third_party/mindspore/mindspore/lite/tools/converter/parser/tf/ |
D | tf_conv_base_parser.cc | 40 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
|
D | tf_pad_parser.cc | 49 tensorflow::AttrValue attr_value; in Parse() local 61 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_util.cc | 51 tensorflow::AttrValue *attr_value) { in FindAttrValue() 62 tensorflow::AttrValue attr_value; in ParseAttrDataType() local 144 tensorflow::AttrValue attr_value; in ParseNodeFormat() local
|
D | tf_pool_parser.cc | 35 tensorflow::AttrValue attr_value; in Parse() local 80 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_depth_to_space_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_matmul_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_reduce_parser.cc | 48 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_random_standard_normal_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_topk_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_dropout_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_reverse_sequence_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_activation_parser.cc | 46 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_one_hot_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_softmax_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_batch_matmul_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_crop_and_resize_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_stride_slice_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_pack_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_batchnorm_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_uniform_real_parser.cc | 37 tensorflow::AttrValue attr_value; in Parse() local
|
D | tf_assert_parser.cc | 31 tensorflow::AttrValue attr_value; in Parse() local
|
/third_party/gn/src/gn/ |
D | xml_element_writer.cc | 12 std::string_view attr_value) { in XmlAttributes() 17 std::string_view attr_value) { in add()
|
/third_party/glib/gio/ |
D | gfileinfo.c | 1140 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/ |
D | aicpu_kernel_build.cc | 110 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/ |
D | tbe_json_creator.cc | 76 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
|