Searched refs:d_x (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image_utils.h | 68 for (int d_x = radius - d_y; d_x <= radius; ++d_x) { in MarkImage() local 71 if (squared_y_dist + Square(d_x) >= squared_radius) { in MarkImage() 72 const int min_x = MAX(x - d_x, 0); in MarkImage() 73 const int max_x = MIN(x + d_x, img->width_less_one_); in MarkImage()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_GRUBlockCellGrad.pbtxt | 19 d_x: Gradients of the x wrt to objective function. 51 d_x = d_x_component_1 + d_x_component_2 71 d_x = d_x_component_1 + d_x_component_2
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | GRUBlockCellGrad.pbtxt | 44 name: "d_x"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | GRUBlockCellGrad.pbtxt | 44 name: "d_x"
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_cuda.cu | 884 Scalar* d_x; in test_cuda_igamma() local 887 assert(cudaMalloc((void**)(&d_x), bytes) == cudaSuccess); in test_cuda_igamma() 891 cudaMemcpy(d_x, x.data(), bytes, cudaMemcpyHostToDevice); in test_cuda_igamma() 897 Eigen::TensorMap<Eigen::Tensor<Scalar, 2> > gpu_x(d_x, 6, 6); in test_cuda_igamma() 916 cudaFree(d_x); in test_cuda_igamma() 954 Scalar* d_x; in test_cuda_igammac() local 957 cudaMalloc((void**)(&d_x), bytes); in test_cuda_igammac() 961 cudaMemcpy(d_x, x.data(), bytes, cudaMemcpyHostToDevice); in test_cuda_igammac() 967 Eigen::TensorMap<Eigen::Tensor<Scalar, 2> > gpu_x(d_x, 6, 6); in test_cuda_igammac() 986 cudaFree(d_x); in test_cuda_igammac()
|
/external/tensorflow/tensorflow/core/kernels/rnn/ |
D | gru_ops.h | 137 typename TTypes<T>::Matrix d_x, typename TTypes<T>::Matrix d_h_prev, in operator() 176 d_x.device(d) = (d_x_comp1_and_h_prev_comp1 + d_x_comp2_and_h_prevr) in operator()
|
D | gru_ops.cc | 427 typename TTypes<T>::ConstMatrix d_h, typename TTypes<T>::Matrix d_x, \
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 30562 …put, b_c tf.Output, r tf.Output, u tf.Output, c tf.Output, d_h tf.Output) (d_x tf.Output, d_h_prev…
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 18148 name: "d_x"
|