Searched defs:x_init_value (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/cc/gradients/
H A Dnn_grad_test.cc54 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y, argument
58 scope_, x, x_init_value, y, y_shape, &max_error)));
104 Tensor x_init_value = local
108 RunTest(x, x_init_value, y, shape);
116 Tensor x_init_value = test::AsTensor<float>( local
119 RunTest(x, x_init_value, y, shape);
128 Tensor x_init_value = test::AsTensor<float>( local
131 RunTest(x, x_init_value, y, shape);
138 Tensor x_init_value = test::AsTensor<float>( local
141 RunTest(x, x_init_value,
148 Tensor x_init_value = test::AsTensor<float>( local
188 Tensor x_init_value = Tensor(DT_FLOAT, x_shape); local
201 Tensor x_init_value = Tensor(DT_FLOAT, x_shape); local
[all...]
H A Dmath_grad_test.cc724 void RunTest(const Output& x, const Tensor& x_init_value, const Output& y, argument
729 scope_, x, x_init_value, y, y_shape, &max_error)));
760 Tensor x_init_value = local
762 RunTest(x, x_init_value, y, y_shape);
771 Tensor x_init_value = local
773 RunTest(x, x_init_value, y, y_shape);
882 Tensor x_init_value = local
884 RunTest(x, x_init_value, y, shape);
893 Tensor x_init_value = local
895 RunTest(x, x_init_value,
[all...]
/external/tensorflow/tensorflow/cc/framework/
H A Dgradient_checker.cc393 const Tensor& x_init_value, const Output& y,
395 // Initialize 'x_data' from 'x_init_value'.
396 std::vector<Tensor> x_datas(1, Tensor(x_init_value));
408 const Scope& scope, const Output& x, const Tensor& x_init_value, \
392 ComputeGradientError(const Scope& scope, const Output& x, const Tensor& x_init_value, const Output& y, const TensorShape& y_shape, JAC_T* max_error) argument

Completed in 152 milliseconds