Home
last modified time | relevance | path

Searched defs:TraceType (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/core/function/trace_type/
H A Ddefault_types.py34 def is_subtype_of(self, other: trace.TraceType) -> bool:
38 self, types: Sequence[trace.TraceType]) -> Optional["Literal"]:
112 def is_subtype_of(self, other: trace.TraceType) -> bool:
116 self, types: Sequence[trace.TraceType]) -> Optional["Weakref"]:
147 def __init__(self, *components: trace.TraceType):
150 def is_subtype_of(self, other: trace.TraceType) -> bool:
160 self, others: Sequence[trace.TraceType]) -> Optional["Tuple"]:
216 def __init__(self, *components: trace.TraceType):
219 def is_subtype_of(self, other: trace.TraceType) -> bool:
226 self, others: Sequence[trace.TraceType]) -> Optional["Tuple"]:
[all …]
H A Dtrace_type_builder.py67 def make_reference_type(self, base_type: trace.TraceType,
/aosp_15_r20/external/tensorflow/tensorflow/core/function/polymorphism/
H A Dfunction_cache.py48 def __init__(self, mapping: Dict[Hashable, trace.TraceType]):
90 types: Sequence[trace.TraceType]) -> Optional["CaptureSnapshot"]:
133 def __init__(self, args_signature: trace.TraceType,
140 def is_subtype_of(self, other: trace.TraceType) -> bool:
151 self, others: Sequence[trace.TraceType]) -> Optional["FunctionCacheKey"]:
H A Dtype_dispatch.py49 def add_target(self, target: trace.TraceType) -> None:
61 def delete(self, target: trace.TraceType) -> None:
75 def dispatch(self, request: trace.TraceType) -> Optional[trace.TraceType]:
108 target: trace.TraceType) -> trace.TraceType:
/aosp_15_r20/external/tensorflow/tensorflow/python/types/
H A Dtrace.py37 class TraceType(metaclass=abc.ABCMeta): class
100 def is_subtype_of(self, other: "TraceType") -> bool:
127 self, others: Sequence["TraceType"]) -> Optional["TraceType"]:
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/
H A Dtimeline_component_test.ts336 TraceType.SURFACE_FLINGER, constant
337 TraceType.WINDOW_MANAGER, constant
338 TraceType.PROTO_LOG, constant
358 TraceType.SURFACE_FLINGER, constant
359 TraceType.PROTO_LOG, constant
/aosp_15_r20/development/tools/winscope/src/trace_collection/
H A Dtrace_configuration.ts149 name: TRACE_INFO[TraceType.SURFACE_FLINGER].name, constant
159 name: TRACE_INFO[TraceType.WINDOW_MANAGER].name, constant
169 name: TRACE_INFO[TraceType.SCREEN_RECORDING].name, constant
/aosp_15_r20/development/tools/winscope/src/parsers/input/perfetto/
H A Dtraces_parser_input.ts125 const type1 = trace1?.type ?? TraceType.INPUT_EVENT_MERGED; constant
126 const type2 = trace2?.type ?? TraceType.INPUT_EVENT_MERGED; constant
/aosp_15_r20/system/extras/simpleperf/
H A Dtracing.cpp105 struct TraceType { struct
106 std::string system;
107 std::string name;
/aosp_15_r20/development/tools/winscope/src/trace/
H A Dframe_mapper.ts38 TraceType.SURFACE_FLINGER, constant
39 TraceType.WINDOW_MANAGER, constant
H A Dtrace_type.ts22 export enum TraceType { enum
H A Dframe_mapper_test.ts380 TraceType.INPUT_EVENT_MERGED, constant
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Ddtypes.py192 def is_subtype_of(self, other: trace.TraceType) -> bool:
197 self, types: Sequence[trace.TraceType]) -> Optional["DType"]:
H A Dtype_spec.py107 def is_subtype_of(self, other: trace.TraceType) -> bool:
147 self, others: Sequence[trace.TraceType]) -> Optional["TypeSpec"]:
H A Dtensor_shape.py1111 def is_subtype_of(self, other: trace.TraceType) -> bool:
1172 self, others: Sequence[trace.TraceType]) -> Optional["TensorShape"]:
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/io/
H A DTraceType.kt20 enum class TraceType(val fileName: String, val isTrace: Boolean) { class
/aosp_15_r20/external/pytorch/tools/autograd/templates/
H A DTraceType.cpp25 namespace TraceType { namespace
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_window_manager/
H A Dviewer_window_manager_component.ts80 TraceType = TraceType; property in ViewerWindowManagerComponent
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_surface_flinger/
H A Dviewer_surface_flinger_component.ts105 TraceType = TraceType; property in ViewerSurfaceFlingerComponent
/aosp_15_r20/development/tools/winscope/src/viewers/viewer_input/
H A Dviewer_input_component.ts120 TraceType = TraceType; property in ViewerInputComponent
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/expanded-timeline/
H A Dexpanded_timeline_component.ts158 TraceType = TraceType; property in ExpandedTimelineComponent
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dtrace_type.h25 enum TraceType { enum
/aosp_15_r20/external/pigweed/pw_trace/py/pw_trace/
H A Dtrace.py34 class TraceType(Enum): class
/aosp_15_r20/external/perfetto/protos/perfetto/trace/chrome/
H A Dchrome_trace_event.proto102 enum TraceType { enum
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DTraceTypeManual.cpp12 namespace torch::TraceType { namespace

12