/external/tensorflow/tensorflow/contrib/lite/ |
D | builtin_op_data.h | 54 TfLiteFusedActivation activation; member 63 TfLiteFusedActivation activation; member 74 TfLiteFusedActivation activation; member 79 TfLiteFusedActivation activation; member 83 TfLiteFusedActivation activation; member 88 TfLiteFusedActivation activation; member 92 TfLiteFusedActivation activation; member 111 TfLiteFusedActivation activation; member 115 TfLiteFusedActivation activation; member 125 TfLiteFusedActivation activation; member [all …]
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | quantize_parameterized_test.py | 61 def _TestQuantize_Conv2dWithoutBatchNorm(self, activation, activation_op_name, argument 138 def _TestQuantize_FCWithoutBatchNorm(self, activation, activation_op_name, argument 214 self, activation, activation_op_name, with_bypass, delay): argument 325 def _TestQuantize_Conv2dWithBatchNorm(self, activation, activation_op_name, argument 411 def _TestQuantize_FCWithBatchNorm(self, activation, activation_op_name, argument 496 self, activation, activation_op_name, with_bypass, delay, argument
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_driver.cc | 627 ScopedActivateContext activation{context}; in ContextGetSharedMemConfig() local 644 ScopedActivateContext activation{context}; in ContextSetSharedMemConfig() local 666 ScopedActivateContext activation{context}; in LaunchKernel() local 686 ScopedActivateContext activation{context}; in LoadCubin() local 703 ScopedActivateContext activation{context}; in LoadPtx() local 769 ScopedActivateContext activation{context}; in SynchronousMemsetUint8() local 782 ScopedActivateContext activation{context}; in SynchronousMemsetUint32() local 796 ScopedActivateContext activation{context}; in AsynchronousMemsetUint8() local 811 ScopedActivateContext activation{context}; in AsynchronousMemsetUint32() local 949 ScopedActivateContext activation{context}; in DeviceDeallocate() local [all …]
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/applications/ |
D | inception_resnet_v2.py | 73 activation='relu', argument 110 def inception_resnet_block(x, scale, block_type, block_idx, activation='relu'): argument
|
D | mobilenet.py | 189 activation=None, argument
|
/external/tensorflow/tensorflow/python/layers/ |
D | convolutional.py | 93 activation=None, argument 283 activation=None, argument 324 activation=None, argument 481 activation=None, argument 522 activation=None, argument 687 activation=None, argument 728 activation=None, argument 902 activation=None, argument 1057 activation=None, argument 1206 activation=None, argument [all …]
|
D | core.py | 98 activation=None, argument 182 activation=None, argument
|
/external/tensorflow/tensorflow/contrib/model_pruning/python/layers/ |
D | rnn_cells.py | 59 activation=None, argument 191 activation=None, argument
|
D | core_layers.py | 93 activation=None, argument 299 activation=None, argument 374 activation=None, argument
|
/external/tensorflow/tensorflow/contrib/lite/kernels/ |
D | kernel_util.cc | 44 void CalculateActivationRangeUint8(TfLiteFusedActivation activation, in CalculateActivationRangeUint8() 72 void CalculateActivationRangeFloat(TfLiteFusedActivation activation, in CalculateActivationRangeFloat()
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/ |
D | layers_dense_variational.py | 115 activation=None, argument 369 activation=None, argument 411 activation=None, argument 658 activation=None, argument 711 activation=None, argument 965 activation=None, argument 1037 activation=None, argument
|
D | layers_conv_variational.py | 146 activation=None, argument 466 activation=None, argument 650 activation=None, argument 694 activation=None, argument 1005 activation=None, argument 1049 activation=None, argument 1372 activation=None, argument 1416 activation=None, argument 1710 activation=None, argument 1947 activation=None, argument [all …]
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/ |
D | kernel_utils.cc | 23 TfLiteFusedActivation activation, in RnnBatchStep()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | elu_op.cc | 54 const auto activation = ctx->Input(1); in Compile() local 97 const auto activation = ctx->Input(1); in Compile() local
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
D | model_utils.py | 37 activation=nn_ops.relu, argument
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/ |
D | local.py | 93 activation=None, argument 280 activation=None, argument
|
D | convolutional.py | 108 activation=None, argument 239 activation=None, argument 380 activation=None, argument 521 activation=None, argument 671 activation=None, argument 791 activation=None, argument 948 activation=None, argument
|
D | recurrent.py | 843 activation='tanh', argument 1032 activation='tanh', argument 1093 def activation(self): member in SimpleRNN 1236 activation='tanh', argument 1510 activation='tanh', argument 1574 def activation(self): member in GRU 1734 activation='tanh', argument 2039 activation='tanh', argument 2105 def activation(self): member in LSTM
|
D | core.py | 302 def __init__(self, activation, **kwargs): argument 782 activation=None, argument
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | core_rnn_cell.py | 284 activation=None, argument 343 def __init__(self, cell, output_size, activation=None, reuse=None): argument
|
D | rnn_cell.py | 140 activation=math_ops.tanh, argument 1358 activation=math_ops.tanh, argument 1622 activation=math_ops.tanh, argument 2236 activation=math_ops.tanh, argument 2456 activation=None, argument 2712 def __init__(self, num_units, activation=None, reuse=None, name=None): argument 2797 activation=None, argument
|
/external/tensorflow/tensorflow/python/keras/_impl/keras/ |
D | activations.py | 116 def serialize(activation): argument
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/ |
D | real_nvp.py | 230 activation=nn_ops.relu, argument
|
D | masked_autoregressive.py | 394 activation=nn_ops.relu, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | rnn_cell_impl.py | 314 def __init__(self, num_units, activation=None, reuse=None, name=None): argument 377 activation=None, argument 492 state_is_tuple=True, activation=None, reuse=None, name=None): argument 628 activation=None, reuse=None, name=None): argument
|