Searched refs:y_indices (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bicubic_op_test.cc | 131 std::array<int64, 4> y_indices; in ResizeBicubicBaseline() local 133 &y_indices); in ResizeBicubicBaseline() 144 {static_cast<float>(images(b, y_indices[i], x_indices[0], c)), in ResizeBicubicBaseline() 145 static_cast<float>(images(b, y_indices[i], x_indices[1], c)), in ResizeBicubicBaseline() 146 static_cast<float>(images(b, y_indices[i], x_indices[2], c)), in ResizeBicubicBaseline() 148 images(b, y_indices[i], x_indices[3], c))}}; in ResizeBicubicBaseline()
|
/external/tensorflow/tensorflow/java/src/main/native/ |
D | graph_jni.cc | 145 jlongArray y_handles, jintArray y_indices, jlongArray x_handles, in Java_org_tensorflow_Graph_addGradients() argument 158 resolveOutputs(env, "y", y_handles, y_indices, y.get(), ny); in Java_org_tensorflow_Graph_addGradients()
|