Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc106 const std::vector<Tensor>& x_datas, const OutputList& ys, in ComputeTheoreticalJacobianTranspose()
180 const OutputList& ys, std::vector<Tensor>* x_datas, in EvaluateGraph()
210 std::vector<Tensor>* x_datas, in ComputeNumericJacobianTranspose()
329 std::vector<Tensor>* x_datas, in ComputeGradientErrorInternal()
387 std::vector<Tensor> x_datas(x_shapes.size()); in ComputeGradientError() local
403 std::vector<Tensor> x_datas(1, Tensor(x_init_value)); in ComputeGradientError() local