Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/function/polymorphism/
H A Dfunction_cache.py33 class CaptureSnapshot(trace.TraceType): class
57 def is_subtype_of(self, query: "CaptureSnapshot") -> bool:
111 def __eq__(self, other: "CaptureSnapshot") -> bool:
134 captures_signature: CaptureSnapshot,