MIL WebDNN
1.2
User Guide
Tutorial
Tips
API Reference
Python API
JavaScript API
Contributing
How to Contribute
MIL WebDNN
Docs
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
|
Z
_
__call__() (webdnn.graph.operators.lstm.LSTM method)
A
Abs (class in webdnn.graph.operators.abs)
Acos (class in webdnn.graph.operators.acos)
Acosh (class in webdnn.graph.operators.acosh)
append_input() (webdnn.graph.operator.Operator method)
append_output() (webdnn.graph.operator.Operator method)
Asin (class in webdnn.graph.operators.asin)
Asinh (class in webdnn.graph.operators.asinh)
Atan (class in webdnn.graph.operators.atan)
Atanh (class in webdnn.graph.operators.atanh)
AveragePooling2D (class in webdnn.graph.operators.average_pooling_2d)
Axis (class in webdnn.graph.axis)
AxiswiseBias (class in webdnn.graph.operators.axiswise_bias)
AxiswiseScale (class in webdnn.graph.operators.axiswise_scale)
B
Broadcast (class in webdnn.graph.operators.broadcast)
C
ChainerConverter (class in webdnn.frontend.chainer)
change_order() (webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
check_resolved() (webdnn.graph.placeholder.Placeholder static method)
check_same_axes() (webdnn.graph.order.Order method)
ClippedRelu (class in webdnn.graph.operators.clipped_relu)
Col2Im (class in webdnn.graph.operators.col2im)
combine_axes() (webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
Concat (class in webdnn.graph.operators.concat)
ConstantVariable (class in webdnn.graph.variables.constant_variable)
convert() (webdnn.frontend.chainer.ChainerConverter method)
(webdnn.frontend.converter.Converter method)
(webdnn.frontend.keras.KerasConverter method)
(webdnn.frontend.onnx.ONNXConverter method)
(webdnn.frontend.pytorch.PyTorchConverter method)
(webdnn.frontend.tensorflow.TensorFlowConverter method)
convert_from_inout_vars() (webdnn.frontend.chainer.ChainerConverter method)
convert_to_constant_variable() (webdnn.frontend.keras.KerasConverter method)
(webdnn.frontend.tensorflow.TensorFlowConverter method)
Converter (class in webdnn.frontend.converter)
Convolution2D (class in webdnn.graph.operators.convolution2d)
copy() (webdnn.graph.operator.Operator method)
Cos (class in webdnn.graph.operators.cos)
Cosh (class in webdnn.graph.operators.cosh)
D
Deconvolution2D (class in webdnn.graph.operators.deconvolution2d)
Depth2Space (class in webdnn.graph.operators.depth2space)
E
Elementwise (class in webdnn.graph.operators.elementwise)
ElementwiseAdd (class in webdnn.graph.operators.elementwise_add)
ElementwiseDiv (class in webdnn.graph.operators.elementwise_div)
ElementwiseMul (class in webdnn.graph.operators.elementwise_mul)
ElementwisePow (class in webdnn.graph.operators.elementwise_pow)
ElementwiseSum (class in webdnn.graph.operators.elementwise_sum)
Elu (class in webdnn.graph.operators.elu)
Embedding (class in webdnn.graph.operators.embedding)
environment variable
DEBUG
OPTIMIZE
Exp (class in webdnn.graph.operators.exp)
expand_dims() (webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
F
flags() (webdnn.graph.optimize_rule.OptimizeRule method)
force_int() (webdnn.graph.placeholder.Placeholder static method)
G
generate_descriptor() (webdnn.backend method)
generate_js_function() (webdnn.graph.placeholder.Placeholder method)
get_all_axes() (webdnn.graph.order.Order method)
get_common_axes() (webdnn.graph.order.Order method)
get_depend_placeholders() (webdnn.graph.placeholder.Placeholder method)
get_input_tensor() (webdnn.frontend.keras.KerasConverter method)
get_output_tensor() (webdnn.frontend.keras.KerasConverter method)
get_variable() (webdnn.frontend.converter.Converter method)
Graph (class in webdnn.graph.graph)
Greater (class in webdnn.graph.operators.greater)
GreaterEqual (class in webdnn.graph.operators.greater_equal)
H
HardSigmoid (class in webdnn.graph.operators.hard_sigmoid)
has_variable() (webdnn.frontend.converter.Converter method)
I
id (webdnn.graph.axis.Axis attribute)
IGraphExecutionData (class in webdnn.backend.interface.graph_descriptor)
Im2Col (class in webdnn.graph.operators.im2col)
input_to (webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
inputs (webdnn.graph.operator.Operator attribute)
K
KerasConverter (class in webdnn.frontend.keras)
L
label (Placeholder attribute)
LeakyRelu (class in webdnn.graph.operators.leaky_relu)
Linear (class in webdnn.graph.operators.linear)
LocalResponseNormalization (class in webdnn.graph.operators.local_response_normalization)
Log (class in webdnn.graph.operators.log)
LSTM (class in webdnn.graph.operators.lstm)
M
Max (class in webdnn.graph.operators.max)
MaxPooling2D (class in webdnn.graph.operators.max_pooling_2d)
N
name (webdnn.graph.axis.Axis attribute)
(webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
ndim (webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
O
ONNXConverter (class in webdnn.frontend.onnx)
Operator (class in webdnn.graph.operator)
optimize() (webdnn.graph.optimize_rule.OptimizeRule method)
OptimizeRule (class in webdnn.graph.optimize_rule)
Order (class in webdnn.graph.order)
order (webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
output_from (webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
outputs (webdnn.graph.operator.Operator attribute)
P
Placeholder (class in webdnn.graph.placeholder)
Pooling2D (class in webdnn.graph.operators.pooling_2d)
Prod (class in webdnn.graph.operators.prod)
PyTorchConverter (class in webdnn.frontend.pytorch)
R
Reduce (class in webdnn.graph.operators.reduce)
register_handler() (webdnn.frontend.converter.Converter class method)
reinterpret_axes() (webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
ReinterpretAxis (class in webdnn.graph.operators.reinterpret_axis)
Relu (class in webdnn.graph.operators.relu)
remove_all() (webdnn.graph.operator.Operator method)
remove_input() (webdnn.graph.operator.Operator method)
remove_output() (webdnn.graph.operator.Operator method)
replace() (webdnn.graph.operator.Operator method)
(webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
replace_input() (webdnn.graph.operator.Operator method)
replace_output() (webdnn.graph.operator.Operator method)
Reshape (class in webdnn.graph.operators.reshape)
reshape() (webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
reshape_like() (webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
Rsqrt (class in webdnn.graph.operators.rsqrt)
S
save() (webdnn.backend.interface.graph_descriptor.IGraphExecutionData method)
ScalarAdd (class in webdnn.graph.operators.scalar_add)
ScalarAffine (class in webdnn.graph.operators.scalar_affine)
ScalarMul (class in webdnn.graph.operators.scalar_mul)
ScalarPow (class in webdnn.graph.operators.scalar_pow)
Select (class in webdnn.graph.operators.select)
serialize_operator_type() (webdnn.frontend.converter.Converter method)
set_variable() (webdnn.frontend.converter.Converter method)
shape (webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
shape_dict (webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
Sigmoid (class in webdnn.graph.operators.sigmoid)
Sin (class in webdnn.graph.operators.sin)
Sinh (class in webdnn.graph.operators.sinh)
size (webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
Slice (class in webdnn.graph.operators.slice)
Softmax (class in webdnn.graph.operators.softmax)
Softplus (class in webdnn.graph.operators.softplus)
Softsign (class in webdnn.graph.operators.softsign)
Space2Depth (class in webdnn.graph.operators.space2depth)
squeeze() (webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
stride (webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
stride_dict (webdnn.graph.variable.Variable attribute)
(webdnn.graph.variables.constant_variable.ConstantVariable attribute)
T
Tan (class in webdnn.graph.operators.tan)
Tanh (class in webdnn.graph.operators.tanh)
Tensordot (class in webdnn.graph.operators.tensordot)
TensorFlowConverter (class in webdnn.frontend.tensorflow)
ThresholdRelu (class in webdnn.graph.operators.threshold_relu)
Tile (class in webdnn.graph.operators.tile)
to_int() (webdnn.graph.placeholder.Placeholder static method)
Transpose (class in webdnn.graph.operators.transpose)
transpose() (webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
transpose_like() (webdnn.graph.variable.Variable method)
(webdnn.graph.variables.constant_variable.ConstantVariable method)
U
unify() (webdnn.graph.axis.Axis method)
Unpooling2D (class in webdnn.graph.operators.unpooling_2d)
V
value (webdnn.graph.placeholder.Placeholder attribute)
Variable (class in webdnn.graph.variable)
W
WH (webdnn.graph.operators.im2col.Im2Col attribute)
WW (webdnn.graph.operators.im2col.Im2Col attribute)
Z
ZeroPadding1D (class in webdnn.graph.operators.zero_padding_1d)
ZeroPadding2D (class in webdnn.graph.operators.zero_padding_2d)