mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Fix typo in comment; NFC
PiperOrigin-RevId: 173942305
This commit is contained in:
parent
07584221f8
commit
4f6e6ea4cd
|
|
@ -56,7 +56,7 @@ class XlaCompiledCpuFunction {
|
|||
const void** args, void** temps)>;
|
||||
|
||||
// StaticData represents the state necessary to run an XLA-compiled
|
||||
// function. For JIT this is backed by data in XlaCompiledCpuFunctionJit; for
|
||||
// function. For JIT this is backed by data in XlaJitCompiledCpuFunction; for
|
||||
// AOT this is backed by data compiled into the object file.
|
||||
struct StaticData {
|
||||
// The raw function to call.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user