Searched defs:TraceType (Results  1 – 14 of 14) sorted by relevance
| /external/tensorflow/tensorflow/core/function/trace_type/ | 
| D | default_types.py | 34   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 …] 
 | 
| D | trace_type_builder.py | 67   def make_reference_type(self, base_type: trace.TraceType,
  | 
| /external/tensorflow/tensorflow/core/function/polymorphism/ | 
| D | type_dispatch.py | 49   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:
  | 
| D | function_cache.py | 48   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/ | 
| D | trace.py | 37 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/ | 
| D | traceutil.py | 28 class TraceType(Enum):  class
  | 
| /external/pigweed/pw_trace/py/pw_trace/ | 
| D | trace.py | 34 class TraceType(Enum):  class
  | 
| /external/tensorflow/tensorflow/python/framework/ | 
| D | dtypes.py | 192   def is_subtype_of(self, other: trace.TraceType) -> bool: 197       self, types: Sequence[trace.TraceType]) -> Optional["DType"]:
  | 
| D | type_spec.py | 107   def is_subtype_of(self, other: trace.TraceType) -> bool: 147       self, others: Sequence[trace.TraceType]) -> Optional["TypeSpec"]:
  | 
| D | tensor_shape.py | 1111   def is_subtype_of(self, other: trace.TraceType) -> bool: 1172       self, others: Sequence[trace.TraceType]) -> Optional["TensorShape"]:
  | 
| /external/perfetto/protos/perfetto/trace/chrome/ | 
| D | chrome_trace_event.proto | 102   enum TraceType {  enum
  | 
| /external/perfetto/src/trace_processor/types/ | 
| D | trace_processor_context.h | 29 enum TraceType {  enum
  | 
| /external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ | 
| D | vktRayTracingTraceRaysTests.cpp | 63 enum class TraceType  enum
  | 
| /external/perfetto/protos/perfetto/trace/ | 
| D | perfetto_trace.proto | 4307   enum TraceType {  enum
  |