• Home
  • Raw
  • Download

Lines Matching full:documentation

6 /// of this software and associated documentation files (the "Software"), to deal
86 …- See the ONNX [Add documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Add)…
89 …- See the ONNX [AveragePool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators…
92 …- See the ONNX [Constant documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md…
95 …- See the ONNX [Clip documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Cli…
98 …- See the ONNX [Flatten documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#…
101 …- See the ONNX [GlobalAveragePool documentation](https://github.com/onnx/onnx/blob/master/docs/Ope…
104 …- See the ONNX [LeakyRelu documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.m…
107 …- See the ONNX [max_pool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md…
110 …- See the ONNX [Relu documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Rel…
113 …- See the ONNX [Reshape documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#…
116 …- See the ONNX [Sigmoid documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#…
119 …- See the ONNX [Tanh documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Tan…
126 …See the ONNX [Conv documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Conv)…
128 …- The parser does not support training mode. See the ONNX [BatchNormalization documentation](https…
135 - Simple MNIST. See the ONNX [MNIST documentation](https://github.com/onnx/models/tree/master/mnist…
136 - Mobilenet_v2. See the ONNX [MobileNet documentation](https://github.com/onnx/models/tree/master/m…
219 …- See the TensorFlow [avg_pool documentation](https://www.tensorflow.org/api_docs/python/tf/nn/avg…
221 …- See the TensorFlow [bias_add documentation](https://www.tensorflow.org/api_docs/python/tf/nn/bia…
223 …- See the TensorFlow [conv2d documentation](https://www.tensorflow.org/api_docs/python/tf/nn/conv2…
225 …- See the TensorFlow [expand_dims documentation](https://www.tensorflow.org/api_docs/python/tf/exp…
227 …- See the TensorFlow [gather documentation](https://www.tensorflow.org/api_docs/python/tf/gather) …
229 …- See the TensorFlow [identity documentation](https://www.tensorflow.org/api_docs/python/tf/identi…
231 …- See the TensorFlow [local_response_normalization documentation](https://www.tensorflow.org/api_d…
233 …- See the TensorFlow [max_pool documentation](https://www.tensorflow.org/api_docs/python/tf/nn/max…
235 …- See the TensorFlow [placeholder documentation](https://www.tensorflow.org/api_docs/python/tf/pla…
237 …- See the TensorFlow [reduce_mean documentation](https://www.tensorflow.org/api_docs/python/tf/red…
239 …- See the TensorFlow [relu documentation](https://www.tensorflow.org/api_docs/python/tf/nn/relu) f…
241 …- See the TensorFlow [relu6 documentation](https://www.tensorflow.org/api_docs/python/tf/nn/relu6)…
243 …- See the TensorFlow [rsqrt documentation](https://www.tensorflow.org/api_docs/python/tf/math/rsqr…
245 …- See the TensorFlow [shape documentation](https://www.tensorflow.org/api_docs/python/tf/shape) fo…
247 …- See the TensorFlow [sigmoid documentation](https://www.tensorflow.org/api_docs/python/tf/sigmoid…
249 …- See the TensorFlow [softplus documentation](https://www.tensorflow.org/api_docs/python/tf/nn/sof…
251 …- See the TensorFlow [squeeze documentation](https://www.tensorflow.org/api_docs/python/tf/squeeze…
253 …- See the TensorFlow [tanh documentation](https://www.tensorflow.org/api_docs/python/tf/tanh) for …
258 …adcasting of scalars and 1D tensors. See the TensorFlow [add operator documentation](https://www.t…
260 …adcasting of scalars and 1D tensors. See the TensorFlow [add operator documentation](https://www.t…
264 …shape of the output tensor from `value`. See the TensorFlow [constant documentation](https://www.t…
266 …lation rate of (1,1,1,1). See the TensorFlow [depthwise_conv2d_native documentation](https://www.t…
268 …broadcasting of 4D and 1D tensors. See the TensorFlow [equal operator documentation](https://www.t…
270 …es not support training outputs. See the TensorFlow [fused_batch_norm documentation](https://www.t…
272 …oadcasting of 4D and 1D tensors. See the TensorFlow [greater operator documentation](https://www.t…
274 …nstant weights in a fully connected layer. See the TensorFlow [matmul documentation](https://www.t…
281 …orflow.org/performance/xla/broadcasting). See the TensorFlow [maximum documentation](https://www.t…
283 …oadcasting of 4D and 1D tensors. See the TensorFlow [minimum operator documentation](https://www.t…
285 … broadcasting of scalars and 1D tensors. See the TensorFlow [multiply documentation](https://www.t…
287 …th mode = 'CONSTANT' and constant_values = 0. See the TensorFlow [pad documentation](https://www.t…
289 …y broadcasting of scalars and 1D tensors. See the TensorFlow [realdiv documentation](https://www.t…
291 …- The parser does not support reshaping to or from 4D. See the TensorFlow [reshape documentation](…
293 …LINEAR` with `align_corners=False`. See the TensorFlow [resize_images documentation](https://www.t…
295 …upport selecting the `softmax` dimension. See the TensorFlow [softmax documentation](https://www.t…
299 … broadcasting of scalars and 1D tensors. See the TensorFlow [subtract documentation](https://www.t…
305 …ports the non-quantized version of the network. See the [MobileNet_v1 documentation](https://githu…
306 …ports the official inception_v3 transformed model. See the TensorFlow documentation on [preparing …