/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_embedding_gradient.py | 30 def get_gradients_through_compute_gradients(optimizer, loss, activations): argument 101 def hook_dummy_table_variables_to_activations(tpu_embedding, activations, argument
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | rnn_common.py | 182 def select_last_activations(activations, sequence_lengths): argument 212 def mask_activations_and_labels(activations, labels, sequence_lengths): argument 248 def multi_value_predictions(activations, target_column, problem_type, argument
|
D | dynamic_rnn_estimator.py | 260 def _single_value_predictions(activations, argument 308 activations, labels, sequence_length, target_column, features): argument 331 activations, labels, sequence_length, target_column, features): argument
|
D | dynamic_rnn_estimator_test.py | 73 def get_eval_ops(self, features, activations, labels, metrics): argument 81 def loss(self, activations, labels, features): argument
|
D | state_saving_rnn_estimator.py | 93 activations, labels, sequence_length, target_column, features): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_rewriter_test.cc | 100 HloInstruction* activations = in TEST_F() local 141 HloInstruction* activations = in TEST_F() local 171 HloInstruction* activations = in TEST_F() local 201 HloInstruction* activations = in TEST_F() local 230 HloInstruction* activations = in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | batch_norm_op.cc | 135 auto activations = in Compile() local
|
D | conv_op_helpers.cc | 395 StringPiece type_string, xla::XlaOp activations, in MakeXlaBackpropFilterConvOp()
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
D | ar_model.py | 339 def _predicted_covariance_op(self, activations, num_values): argument 360 def _predicted_mean_op(self, activations): argument
|
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/ |
D | softmax.cc | 28 namespace activations { namespace
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | convolution_variants_test.cc | 1232 auto activations = ConstantR4FromArray4D<float>( in XLA_TEST_F() local 1258 auto activations = ConstantR4FromArray4D<float>( in XLA_TEST_F() local 1285 auto activations = ConstantR4FromArray4D<float>( in XLA_TEST_F() local 1317 auto activations = in XLA_TEST_F() local 1363 auto activations = ConstantLiteral(&builder, activations_literal); in XLA_TEST_F() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lrn_op.cc | 327 auto activations = out_image.shaped<T, 2>({nodes * batch, depth}); in launch() local
|
D | mkl_lrn_op.cc | 564 auto activations = orig_output_tensor.shaped<T, 2>({nodes * batch, depth}); in MklDefaultToEigen() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | activations.cc | 38 namespace activations { namespace
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 1627 std::vector<int64> activations = in TEST_F() local 1701 std::vector<int64> activations = in TEST_F() local 1806 std::vector<int64> activations = in TEST_F() local
|