compare
Signature: TraceSession -> TraceSession -> int
|
|
compareCustom isSimilar a b
Signature: isSimilar:(ITensor -> ITensor -> bool) -> a:TraceSession -> b:TraceSession -> int
|
|
dump txtFile hdfFile trace
Signature: txtFile:TextWriter -> hdfFile:HDF5 -> trace:TraceSession -> unit
|
|
dumpActiveTrace txtFile hdfFile
Signature: txtFile:TextWriter -> hdfFile:HDF5 -> unit
|
|
dumpToFile txtPath hdfPath trace
Signature: txtPath:string -> hdfPath:string -> trace:TraceSession -> unit
|
|
endExprEval ()
Signature: unit -> unit
|
|
enteringLoop uexpr
Signature: uexpr:UExprT -> unit
|
|
exprEvaled uexpr res
Signature: uexpr:UExprT -> res:Lazy<ITensor> -> unit
|
|
exprEvaledWithMsg uexpr res msg
Signature: uexpr:UExprT -> res:Lazy<ITensor> -> msg:string -> unit
|
|
extractLoop uexpr
Signature: uexpr:UExprT -> UExprT
|
|
isActive ()
Signature: unit -> bool
|
|
leavingLoop uexpr
Signature: uexpr:UExprT -> unit
|
|
loopStack ()
Signature: unit -> LoopStack
|
|
maxSimilar a b
Signature: a:ITensor -> b:ITensor -> bool
|
|
setLoopIter iter
Signature: iter:int64 -> unit
|
|
startExprEval uexprs compiler
Signature: uexprs:UExprT list -> compiler:string -> unit
|
|
startSession name
Signature: name:string -> TraceSessionHandle
|
|
startSessionWithRng name (arg2, arg3)
Signature: name:string -> (int option * int option) -> TraceSessionHandle
|
|
WithMessage
Signature: bool
|
|