C++ API
JAVA API
Python API
C API
Defined in File cell.h
public mindspore::Cell< GraphCell >
Public Functions
Set a context.
context – [in] Context to be set.
Get back the graph.
Graph of the graphcell.
Run the graphcell.
inputs – [in] Vector of MSTensor as inputs.
outputs – [in] Vector of MSTensor as outputs.
Status of the operation.
Get the inputs.
Inputs.
Get the outputs.
Outputs.
Load the device.
device_id – [in] Device id to be loaded.