Searched refs:CRV (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad_test.cc213 complex64 CRV(const std::vector<complex64>& v) { function in class:tensorflow::__anon25356::CWiseUnaryGradTest
240 auto x_fn = [this](const int i) { return CRV({{-1, 0}, {1, 0}, {2, -1}}); };
250 auto x_fn = [this](const int i) { return CRV({{-1, 0}, {1, 0}, {2, -1}}); };
261 return CRV({{-1.0f, 0.5f}, {1.0f, 0.5f}, {2, -1}});
273 return CRV({{-1.0f, 0.5f}, {1.0f, 0.5f}, {2, -1}});
286 auto x_fn = [this](const int i) { return CRV({{-1, 0}, {1, 0}, {2, -1}}); };
297 return CRV({{-1, 0}, {1, 0}, {1.5, -1.5}});
309 return CRV({{-1, 0.5f}, {1, 0.5f}, {2, -1}});
321 return CRV({{0, 0}, {1e-6, 0}, {2, -1}, {1, 2}, {3, 4}});
333 return CRV({{0.
[all...]

Completed in 182 milliseconds