Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc189 AttrValue nested_value; in ConvertAttribute() local
190 TF_RETURN_IF_ERROR(ConvertAttribute(attr, &nested_value)); in ConvertAttribute()
191 switch (nested_value.value_case()) { in ConvertAttribute()
193 list->add_s(nested_value.s()); in ConvertAttribute()
196 list->add_type(nested_value.type()); in ConvertAttribute()
199 *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/src/trace_processor/util/
Ddebug_annotation_parser.cc131 return ParseNestedValueArgs(annotation.nested_value(), context_name, in ParseDebugAnnotationValue()
177 protozero::ConstBytes nested_value, in ParseNestedValueArgs() argument
180 protos::pbzero::DebugAnnotation::NestedValue::Decoder value(nested_value); in ParseNestedValueArgs()
Ddebug_annotation_parser.h55 ParseResult ParseNestedValueArgs(protozero::ConstBytes nested_value,
/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/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.proto82 NestedValue nested_value = 8; field
/external/python/apitools/apitools/base/protorpclite/
Dprotojson_test.py52 nested_value = messages.StringField(1) variable in MyMessage.Nested
/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc733 value << "(nested)" << it.nested_value().string_value(); in ReadSlicesFromTrace()
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto7269 NestedValue nested_value = 8; field