Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dexport_utils.cc203 AttrValue nested_value; in ConvertAttribute() local
204 TF_RETURN_IF_ERROR(ConvertAttribute(attr, &nested_value)); in ConvertAttribute()
205 switch (nested_value.value_case()) { in ConvertAttribute()
207 list->add_s(nested_value.s()); in ConvertAttribute()
210 list->add_type(nested_value.type()); in ConvertAttribute()
213 *list->add_shape() = nested_value.shape(); in ConvertAttribute()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dconvert_attributes.cc150 AttrValue nested_value; in ConvertAttribute() local
151 TF_RETURN_IF_ERROR(ConvertAttribute(attr, &nested_value)); in ConvertAttribute()
152 switch (nested_value.value_case()) { in ConvertAttribute()
154 list->add_s(nested_value.s()); in ConvertAttribute()
157 list->add_type(nested_value.type()); in ConvertAttribute()
160 *list->add_shape() = nested_value.shape(); in ConvertAttribute()
/aosp_15_r20/external/rust/android-crates-io/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()
138 let s_idx = self.secondary[p_idx].index_of(value.nested_value()?)?; in index_of()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen/gen/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.pb.cc630 …static const ::perfetto::protos::DebugAnnotation_NestedValue& nested_value(const DebugAnnotation* …
637 DebugAnnotation::_Internal::nested_value(const DebugAnnotation* msg) { in nested_value() function in perfetto::protos::DebugAnnotation::_Internal
640 …tation::set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value) { in set_allocated_nested_value() argument
643 if (nested_value) { in set_allocated_nested_value()
645 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(nested_value); in set_allocated_nested_value()
647 nested_value = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( in set_allocated_nested_value()
648 message_arena, nested_value, submessage_arena); in set_allocated_nested_value()
651 _impl_.value_.nested_value_ = nested_value; in set_allocated_nested_value()
1150 InternalWriteMessage(8, _Internal::nested_value(this), in _InternalSerialize()
1151 _Internal::nested_value(this).GetCachedSize(), target, stream); in _InternalSerialize()
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddebug_annotation_parser.cc143 return ParseNestedValueArgs(annotation.nested_value(), context_name, in ParseDebugAnnotationValue()
189 protozero::ConstBytes nested_value, in ParseNestedValueArgs() argument
192 protos::pbzero::DebugAnnotation::NestedValue::Decoder value(nested_value); in ParseNestedValueArgs()
H A Ddebug_annotation_parser.h55 ParseResult ParseNestedValueArgs(protozero::ConstBytes nested_value,
/aosp_15_r20/external/perfetto/test/trace_processor/diff_tests/parser/track_event/
H A Dtrack_event_merged_debug_annotations.textproto37 nested_value {
98 nested_value {
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Ddebug_annotation.pb.h712 const ::perfetto::protos::DebugAnnotation_NestedValue& nested_value() const; in Swap()
715 void set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value); in Swap()
721 ::perfetto::protos::DebugAnnotation_NestedValue* nested_value); in Swap()
1901 inline const ::perfetto::protos::DebugAnnotation_NestedValue& DebugAnnotation::nested_value() const… in nested_value() function
1916 …e_arena_set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value) { in unsafe_arena_set_allocated_nested_value() argument
1918 if (nested_value) { in unsafe_arena_set_allocated_nested_value()
1920 _impl_.value_.nested_value_ = nested_value; in unsafe_arena_set_allocated_nested_value()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.pb.h712 const ::perfetto::protos::DebugAnnotation_NestedValue& nested_value() const; in Swap()
715 void set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value); in Swap()
721 ::perfetto::protos::DebugAnnotation_NestedValue* nested_value); in Swap()
1901 inline const ::perfetto::protos::DebugAnnotation_NestedValue& DebugAnnotation::nested_value() const… in nested_value() function
1916 …e_arena_set_allocated_nested_value(::perfetto::protos::DebugAnnotation_NestedValue* nested_value) { in unsafe_arena_set_allocated_nested_value() argument
1918 if (nested_value) { in unsafe_arena_set_allocated_nested_value()
1920 _impl_.value_.nested_value_ = nested_value; in unsafe_arena_set_allocated_nested_value()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc647 MapOut* nested_value = &(*out.mutable_map2())["nestedself"]; in TEST_P() local
648 (*nested_value->mutable_map1())["nested_key1"].set_foo("nested_foo"); in TEST_P()
649 nested_value->set_bar("nested_bar_string"); in TEST_P()
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource_test.cc647 MapOut* nested_value = &(*out.mutable_map2())["nestedself"]; in TEST_P() local
648 (*nested_value->mutable_map1())["nested_key1"].set_foo("nested_foo"); in TEST_P()
649 nested_value->set_bar("nested_bar_string"); in TEST_P()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/public/protos/trace/track_event/
H A Ddebug_annotation.pzc.h100 nested_value,
/aosp_15_r20/external/perfetto/include/perfetto/public/protos/trace/track_event/
H A Ddebug_annotation.pzc.h100 nested_value,
/aosp_15_r20/external/cronet/testing/unexpected_passes_common/
H A Ddata_types.py343 for nested_value in v.IterToValueType(value_type):
344 yield (k, ) + nested_value
/aosp_15_r20/external/perfetto/protos/perfetto/trace/track_event/
H A Ddebug_annotation.proto81 NestedValue nested_value = 8; field
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Dprotojson_test.py52 nested_value = messages.StringField(1) variable in MyMessage.Nested
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Ddebug_annotation.gen.h187 const DebugAnnotation_NestedValue& nested_value() const { return *nested_value_; } in nested_value() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_cpp_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.gen.h187 const DebugAnnotation_NestedValue& nested_value() const { return *nested_value_; } in nested_value() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
Ddebug_annotation.pbzero.h209 ::protozero::ConstBytes nested_value() const { return at<8>().as_bytes(); } in nested_value() function
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_track_event_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/track_event/
H A Ddebug_annotation.pbzero.h209 ::protozero::ConstBytes nested_value() const { return at<8>().as_bytes(); } in nested_value() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_track_event_descriptor/gen/
Dperfetto_protos_perfetto_trace_track_event_descriptor.bin605 nested_value ( 2,.perfetto.protos.DebugAnnotation.NestedValueHR nestedValue,
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_third_party_chromium_descriptor/gen/
Dperfetto_protos_third_party_chromium_descriptor.bin605 nested_value ( 2,.perfetto.protos.DebugAnnotation.NestedValueHR nestedValue,
/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc656 value << "(nested)" << it.nested_value().string_value(); in ReadSlicesFromTrace()
/aosp_15_r20/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto6193 NestedValue nested_value = 8; field
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
H A Dperfetto_trace.proto11534 NestedValue nested_value = 8; field

12