Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt_kernels.cc245 struct DebugListener : public JitExecutable::Listener { struct
246 void notifyModuleSpecialized(ArrayRef<mlir::Type> inputs) const override { in notifyModuleSpecialized()
254 void notifyValueSpecialized(unsigned index, mlir::Type type, in notifyValueSpecialized()
H A Dtf_jitrt_kernels.cc613 struct DebugListener : public SpecializationListener { struct
614 void notifyModuleSpecialized( in notifyModuleSpecialized()
629 void notifyValueSpecialized(unsigned index, mlir::Type type, in notifyValueSpecialized()
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugParser.cs68 public override IDebugEventListener DebugListener { property in Antlr.Runtime.Debug.DebugParser
H A DDebugTreeParser.cs72 public override IDebugEventListener DebugListener { property in Antlr.Runtime.Debug.DebugTreeParser
H A DDebugTokenStream.cs65 public virtual IDebugEventListener DebugListener { property in Antlr.Runtime.Debug.DebugTokenStream
H A DDebugTreeNodeStream.cs62 public virtual IDebugEventListener DebugListener { property in Antlr.Runtime.Debug.DebugTreeNodeStream
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs955 public virtual IDebugEventListener DebugListener { property in Antlr.Runtime.BaseRecognizer