static void |
onnx.appendSingleDimCopiedFromInputTypeToOutputType(InferenceContext ctx,
long inputIndex,
long outputIndex,
long fromDimIndex) |
static void |
onnx.checkInputRank(InferenceContext ctx,
long input_index,
int expected_rank) |
static void |
onnx.dummyInferenceFunction(InferenceContext arg0) |
static BytePointer |
onnx.getAttribute(InferenceContext ctx,
BytePointer attributeName,
BytePointer defaultValue) |
static long |
onnx.getAttribute(InferenceContext ctx,
BytePointer attributeName,
long defaultValue) |
static long |
onnx.getAttribute(InferenceContext ctx,
String attributeName,
long defaultValue) |
static String |
onnx.getAttribute(InferenceContext ctx,
String attributeName,
String defaultValue) |
static TensorShapeProto |
onnx.getInputShape(InferenceContext ctx,
long n) |
static TensorShapeProto |
onnx.getOutputShape(InferenceContext ctx,
long n) |
static boolean |
onnx.hasInputShape(InferenceContext ctx,
long n) |
static boolean |
onnx.hasNInputShapes(InferenceContext ctx,
long n) |
static void |
onnx.InferShapeForFunctionNode(FunctionProto func,
ISchemaRegistry schema_registry,
InferenceContext ctx) |
static void |
onnx.propagateElemTypeFromAttributeToOutput(InferenceContext ctx,
BytePointer attributeName,
long outputIndex) |
static void |
onnx.propagateElemTypeFromAttributeToOutput(InferenceContext ctx,
BytePointer attributeName,
long outputIndex,
int default_value) |
static void |
onnx.propagateElemTypeFromAttributeToOutput(InferenceContext ctx,
String attributeName,
long outputIndex) |
static void |
onnx.propagateElemTypeFromAttributeToOutput(InferenceContext ctx,
String attributeName,
long outputIndex,
int default_value) |
static void |
onnx.propagateElemTypeFromDtypeToOutput(InferenceContext ctx,
AttributeProto attr,
long outputIndex) |
static void |
onnx.propagateElemTypeFromDtypeToOutput(InferenceContext ctx,
int data_type,
long outputIndex) |
static void |
onnx.propagateElemTypeFromInputToOutput(InferenceContext ctx,
long inputIndex,
long outputIndex) |
static void |
onnx.propagateShapeAndTypeFromFirstInput(InferenceContext ctx) |
static void |
onnx.propagateShapeFromAttributeToOutput(InferenceContext ctx,
BytePointer attributeName,
long outputIndex) |
static void |
onnx.propagateShapeFromAttributeToOutput(InferenceContext ctx,
String attributeName,
long outputIndex) |
static void |
onnx.propagateShapeFromInputToOutput(InferenceContext ctx,
long inputIndex,
long outputIndex) |
static void |
onnx.unifyInputDim(InferenceContext ctx,
long input_index,
int dim_index,
Dimension dim) |
static void |
onnx.updateOutputElemType(InferenceContext ctx,
long outputIndex,
int elemType) |
static void |
onnx.updateOutputShape(InferenceContext ctx,
long outputIndex,
TensorProto tensorProto) |
static void |
onnx.updateOutputShape(InferenceContext ctx,
long outputIndex,
TensorShapeProto shape) |