Home
last modified time | relevance | path

Searched defs:activations (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_gradient.py32 def get_gradients_through_compute_gradients(optimizer, loss, activations): argument
103 def hook_dummy_table_variables_to_activations(tpu_embedding, activations, argument
Dtpu_embedding_v2_correctness_test.py618 def _get_total_loss_tensor(activations): argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_rewriter_test.cc100 HloInstruction* activations = in TEST_F() local
142 HloInstruction* activations = in TEST_F() local
173 HloInstruction* activations = in TEST_F() local
203 HloInstruction* activations = in TEST_F() local
232 HloInstruction* activations = in TEST_F() local
/external/tensorflow/tensorflow/lite/micro/kernels/
Dlogistic.cc31 namespace activations { namespace
Dtanh.cc32 namespace activations { namespace
Dleaky_relu.cc28 namespace activations { namespace
Dprelu.cc29 namespace activations { namespace
Delu.cc33 namespace activations { namespace
Dactivations.cc30 namespace activations { namespace
/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc344 HloInstruction* activations, int64 spatial_dimension_to_split, in HaloDuplicateWithSlice()
479 HloInstruction* activations, ConvolutionDimensionNumbers& dim_numbers, in BringSpaceNextToBatch()
570 HloInstruction* activations, int64 batch_dimension, int64 old_batch_size, in IncreaseSpatialSizeOnSpaceToBatchedShape()
800 auto activations = consumer->mutable_operand(0); in CanPropagate() local
2038 HloInstruction* activations, int64 spatial_dimension_to_split, in SplitSpaceHelper()
2091 ConvolutionVisitor::SplitSpace(HloInstruction* activations, in SplitSpace()
2593 auto activations = convolution->mutable_operand(0); in GetConvolutionDetails() local
2668 auto activations = convolution->mutable_operand(0); in PerformSpaceToBatchOnConvolution() local
Ddynamic_padder.cc937 HloInstruction* activations = custom_call_conv->mutable_operand(0); in RewriteDynamicConvolutionKernelGrad() local
Dmemory_space_assignment_test.cc5041 auto activations = builder.AddInstruction(HloInstruction::CreateConstant( in TEST_P() local
/external/tensorflow/tensorflow/core/kernels/
Drelu_op_functor.h111 typename TTypes<T>::Tensor activations; member
Dlrn_op.cc405 auto activations = out_image.shaped<T, 2>({nodes * batch, depth}); in launch() local
/external/tensorflow/tensorflow/c/experimental/gradients/
Dnn_grad.cc51 AbstractTensorHandle* activations = forward_outputs_[0]; in Compute() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatch_norm_op.cc261 auto activations = in Compile() local
Dconv_op_helpers.cc392 StringPiece type_string, xla::XlaOp activations, in MakeXlaBackpropFilterConvOp()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvolution_variants_test.cc1232 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/grappler/optimizers/
Dremapper_test.cc641 std::vector<string> activations = {"Relu", "Relu6", "Elu", "Tanh", in RunTest() local
644 std::vector<string> activations = {"Relu", "Relu6", "Elu", "LeakyRelu"}; in RunTest() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_lrn_op.cc548 auto activations = orig_output_tensor.shaped<T, 2>({nodes * batch, depth}); in MklDefaultToEigen() local
/external/tensorflow/tensorflow/lite/kernels/
Dactivations.cc52 namespace activations { namespace
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1628 std::vector<int64> activations = in TEST_F() local
1702 std::vector<int64> activations = in TEST_F() local
1807 std::vector<int64> activations = in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1552 XlaOp activations, XlaOp gradients, absl::Span<const int64> window_strides, in DynamicConvKernelGrad()
4387 XlaOp activations, XlaOp gradients, absl::Span<const int64> window_strides, in DynamicConvKernelGrad()