Searched refs:y_indices (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bicubic_op_test.cc | 133 std::array<int64, 4> y_indices; in ResizeBicubicBaseline() local 135 &y_indices); in ResizeBicubicBaseline() 146 {static_cast<float>(images(b, y_indices[i], x_indices[0], c)), in ResizeBicubicBaseline() 147 static_cast<float>(images(b, y_indices[i], x_indices[1], c)), in ResizeBicubicBaseline() 148 static_cast<float>(images(b, y_indices[i], x_indices[2], c)), in ResizeBicubicBaseline() 150 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()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lower_tf.cc | 1434 Value y_indices = rewriter.create<MulOp>( in matchAndRewrite() local 1475 y_indices, x_indices); in matchAndRewrite()
|