Home
last modified time | relevance | path

Searched refs:nested_value (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc192 AttrValue nested_value; in ConvertAttribute() local
193 TF_RETURN_IF_ERROR(ConvertAttribute(attr, &nested_value)); in ConvertAttribute()
194 switch (nested_value.value_case()) { in ConvertAttribute()
196 list->add_s(nested_value.s()); in ConvertAttribute()
199 list->add_type(nested_value.type()); in ConvertAttribute()
202 *list->add_shape() = nested_value.shape(); in ConvertAttribute()
/external/perfetto/test/trace_processor/track_event/
Dtrack_event_merged_debug_annotations.textproto37 nested_value {
98 nested_value {
/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dnested.rs24 pub fn nested_value(&self) -> Option<&V> { in nested_value() method
96 if let Some(secondary_value) = value.nested_value() { in map()
139 let s_idx = self.secondary[p_idx].index_of(value.nested_value()?)?; in index_of()
/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.proto81 NestedValue nested_value = 8; field
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc646 MapOut* nested_value = &(*out.mutable_map2())["nestedself"]; in TEST_P() local
647 (*nested_value->mutable_map1())["nested_key1"].set_foo("nested_foo"); in TEST_P()
648 nested_value->set_bar("nested_bar_string"); in TEST_P()
/external/python/apitools/apitools/base/protorpclite/
Dprotojson_test.py52 nested_value = messages.StringField(1) variable in MyMessage.Nested
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc1215 ParseNestedValueArgs(annotation.nested_value(), name, name, inserter); in ParseDebugAnnotationValue()
1221 bool ParseNestedValueArgs(ConstBytes nested_value, in ParseNestedValueArgs() argument
1225 protos::pbzero::DebugAnnotation::NestedValue::Decoder value(nested_value); in ParseNestedValueArgs()
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc652 value << "(nested)" << it.nested_value().string_value(); in ReadSlicesFromTrace()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto6193 NestedValue nested_value = 8; field