Searched refs:meshgrid (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/contrib/image/python/ops/ |
D | sparse_image_warp.py | 36 y_grid, x_grid = np.meshgrid(y_range, x_range, indexing='ij') 50 ys, xs = np.meshgrid(y_range, x_range, indexing='ij')
|
D | dense_image_warp.py | 205 grid_x, grid_y = array_ops.meshgrid(
|
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | statistical_testing_test.py | 33 false_fail_rates, false_pass_rates = np.meshgrid(rates, rates) 60 false_fail_rates, false_pass_rates = np.meshgrid(rates, rates)
|
/external/tensorflow/tensorflow/python/tpu/ |
D | device_assignment.py | 319 [i[..., np.newaxis] for i in np.meshgrid(*indices, indexing="ij")],
|
/external/tensorflow/tensorflow/tools/compatibility/testdata/ |
D | test_file_v0_11.py | 206 x, y = np.meshgrid(np.linspace(-10, 10, 256), np.linspace(-10, 10, 256))
|
/external/tensorflow/tensorflow/contrib/resampler/python/ops/ |
D | resampler_ops_test.py | 88 x, y = np.meshgrid(np.linspace(0, warp_width - 1, warp_width),
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | createTable.m | 56 [U,V]=meshgrid(0:255, 0:255); % U-V space
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | array_ops_test.py | 455 numpy_out = np.meshgrid(x, y, indexing=index) 456 tf_out = array_ops.meshgrid(x, y, indexing=index) 469 numpy_out = np.meshgrid(*inputs, indexing=index) 471 tf_out = array_ops.meshgrid(*inputs, indexing=index)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.pbtxt | 748 name: "meshgrid"
|
/external/tensorflow/tensorflow/python/ops/ |
D | array_ops.py | 2349 def meshgrid(*args, **kwargs): function
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | layers.py | 2963 pos_x, pos_y = array_ops.meshgrid(
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.pbtxt | 1624 name: "meshgrid"
|