MLCompilerBridge
Tools for streamlining communication with ML models for compiler optimizations.
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
compilerinterface.log_reader.TensorSpec Class Reference
Collaboration diagram for compilerinterface.log_reader.TensorSpec:
Collaboration graph
[legend]

Static Public Member Functions

 from_dict (dict d)
 

Static Public Attributes

str name
 
int port
 
List shape [int]
 
type element_type
 

Detailed Description

Definition at line 38 of file log_reader.py.

Member Function Documentation

◆ from_dict()

compilerinterface.log_reader.TensorSpec.from_dict ( dict d)
static

Definition at line 45 of file log_reader.py.

Member Data Documentation

◆ element_type

type compilerinterface.log_reader.TensorSpec.element_type
static

Definition at line 42 of file log_reader.py.

◆ name

str compilerinterface.log_reader.TensorSpec.name
static

Definition at line 39 of file log_reader.py.

◆ port

int compilerinterface.log_reader.TensorSpec.port
static

Definition at line 40 of file log_reader.py.

◆ shape

List compilerinterface.log_reader.TensorSpec.shape [int]
static

Definition at line 41 of file log_reader.py.


The documentation for this class was generated from the following file: