Home
last modified time | relevance | path

Searched refs:x_index (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dimage_utils.h215 for (int x_index = 0; x_index < patch_width; ++x_index) { in CopyArea() local
217 x_index * x_dist_between_samples + area_to_copy.left_; in CopyArea()
221 (*patch_image)[y_index][x_index] = in CopyArea()
224 (*patch_image)[y_index][x_index] = -1.0f; in CopyArea()
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Ddense_image_warp_test.py115 x_index, argument
121 displacement = flows[batch_index, y_index, x_index, :]
123 float_x = x_index - displacement[1]
152 pred_interpolation[batch_index, y_index, x_index, :],
207 x_index = np.random.randint(0, shape[2])
215 x_index,
/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op.cc271 int x_index; in ComputeYInterpolation() local
274 x_index = x_wai.index_0; in ComputeYInterpolation()
277 x_index = x_wai.index_1; in ComputeYInterpolation()
280 x_index = x_wai.index_2; in ComputeYInterpolation()
283 x_index = x_wai.index_3; in ComputeYInterpolation()
286 const int64 pt_index = x_index + channel_num; in ComputeYInterpolation()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc586 int x_index, y_index, channel_index; in ConvolutionDimensionsFromInputs() local
589 x_index = 2; in ConvolutionDimensionsFromInputs()
594 x_index = 1; in ConvolutionDimensionsFromInputs()
613 int64 ix = image_shape.dim(x_index).size(); in ConvolutionDimensionsFromInputs()
620 int64 sx = strides[x_index]; in ConvolutionDimensionsFromInputs()
1448 int x_index, y_index, channel_index; in OpDimensionsFromInputs() local
1451 x_index = 2; in OpDimensionsFromInputs()
1455 x_index = 1; in OpDimensionsFromInputs()
1460 int64 ix = image_shape.dim(x_index).size(); in OpDimensionsFromInputs()
1467 int64 kx = ksize[x_index]; in OpDimensionsFromInputs()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp68 const size_t x_index = ext_inst_name.find_last_of('x'); in GetPackedNumComponents() local
70 ext_inst_name.substr(x_index - 1, x_index); in GetPackedNumComponents()
77 const size_t x_index = ext_inst_name.find_last_of('x'); in GetPackedBitWidth() local
78 const std::string packed_bit_width_str = ext_inst_name.substr(x_index + 1); in GetPackedBitWidth()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp68 const size_t x_index = ext_inst_name.find_last_of('x'); in GetPackedNumComponents() local
70 ext_inst_name.substr(x_index - 1, x_index); in GetPackedNumComponents()
77 const size_t x_index = ext_inst_name.find_last_of('x'); in GetPackedBitWidth() local
78 const std::string packed_bit_width_str = ext_inst_name.substr(x_index + 1); in GetPackedBitWidth()