Documentation ¶
Index ¶
- Variables
- type CompilationCacheItem
- func (*CompilationCacheItem) Descriptor() ([]byte, []int)deprecated
- func (x *CompilationCacheItem) GetOriginalModule() string
- func (x *CompilationCacheItem) GetResultModule() string
- func (*CompilationCacheItem) ProtoMessage()
- func (x *CompilationCacheItem) ProtoReflect() protoreflect.Message
- func (x *CompilationCacheItem) Reset()
- func (x *CompilationCacheItem) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_tensorflow_compiler_mlir_tools_kernel_gen_compile_cache_item_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CompilationCacheItem ¶
type CompilationCacheItem struct { OriginalModule string `protobuf:"bytes,1,opt,name=original_module,json=originalModule,proto3" json:"original_module,omitempty"` ResultModule string `protobuf:"bytes,2,opt,name=result_module,json=resultModule,proto3" json:"result_module,omitempty"` // contains filtered or unexported fields }
Protocolbuffer representing a compilation input and output. This will be used for caching JIT compiles of kernels.
func (*CompilationCacheItem) Descriptor
deprecated
func (*CompilationCacheItem) Descriptor() ([]byte, []int)
Deprecated: Use CompilationCacheItem.ProtoReflect.Descriptor instead.
func (*CompilationCacheItem) GetOriginalModule ¶
func (x *CompilationCacheItem) GetOriginalModule() string
func (*CompilationCacheItem) GetResultModule ¶
func (x *CompilationCacheItem) GetResultModule() string
func (*CompilationCacheItem) ProtoMessage ¶
func (*CompilationCacheItem) ProtoMessage()
func (*CompilationCacheItem) ProtoReflect ¶
func (x *CompilationCacheItem) ProtoReflect() protoreflect.Message
func (*CompilationCacheItem) Reset ¶
func (x *CompilationCacheItem) Reset()
func (*CompilationCacheItem) String ¶
func (x *CompilationCacheItem) String() string
Click to show internal directories.
Click to hide internal directories.