Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/function/trace_type/
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 …]
Dtrace_type_builder.py67 def make_reference_type(self, base_type: trace.TraceType,
/external/tensorflow/tensorflow/core/function/polymorphism/
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:
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"]:
/external/tensorflow/tensorflow/python/types/
Dtrace.py37 class TraceType(metaclass=abc.ABCMeta): class
100 def is_subtype_of(self, other: "TraceType") -> bool:
127 self, others: Sequence["TraceType"]) -> Optional["TraceType"]:
/external/mesa3d/.gitlab-ci/tracie/
Dtraceutil.py28 class TraceType(Enum): class
/external/pigweed/pw_trace/py/pw_trace/
Dtrace.py34 class TraceType(Enum): class
/external/tensorflow/tensorflow/python/framework/
Ddtypes.py192 def is_subtype_of(self, other: trace.TraceType) -> bool:
197 self, types: Sequence[trace.TraceType]) -> Optional["DType"]:
Dtype_spec.py107 def is_subtype_of(self, other: trace.TraceType) -> bool:
147 self, others: Sequence[trace.TraceType]) -> Optional["TypeSpec"]:
Dtensor_shape.py1111 def is_subtype_of(self, other: trace.TraceType) -> bool:
1172 self, others: Sequence[trace.TraceType]) -> Optional["TensorShape"]:
/external/perfetto/protos/perfetto/trace/chrome/
Dchrome_trace_event.proto102 enum TraceType { enum
/external/perfetto/src/trace_processor/types/
Dtrace_processor_context.h29 enum TraceType { enum
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTraceRaysTests.cpp63 enum class TraceType enum
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto4307 enum TraceType { enum