Searched refs:is_1d (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | count_ops.cc | 33 bool is_1d, OpKernelContext* context) { in OutputSparse() argument 41 int inner_dim = is_1d ? 1 : 2; in OutputSparse() 58 if (is_1d) { in OutputSparse() 69 if (is_1d) { in OutputSparse() 119 bool is_1d = TensorShapeUtils::IsVector(data.shape()); in Compute() local 156 is_1d, context)); in Compute() 195 bool is_1d = shape.NumElements() == 1; in Compute() local 196 int num_batches = is_1d ? 1 : shape.flat<int64>()(0); in Compute() 214 int batch = is_1d ? 0 : indices_values(idx, 0); in Compute() 232 is_1d, context)); in Compute() [all …]
|
D | bincount_op.cc | 339 bool is_1d = dense_shape.NumElements() == 1; in Compute() local 343 if (is_1d) { in Compute()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.h | 78 boolean is_1d, 89 boolean is_1d,
|
D | lp_bld_depth.c | 535 boolean is_1d, in lp_build_depth_stencil_load_swizzled() argument 593 if (is_1d) { in lp_build_depth_stencil_load_swizzled() 674 boolean is_1d, in lp_build_depth_stencil_write_swizzled() argument 803 if (!is_1d) { in lp_build_depth_stencil_write_swizzled()
|
D | lp_state_fs.c | 2290 const boolean is_1d = variant->key.resource_1d; in generate_unswizzled_blend() local 2292 unsigned num_fullblock_fs = is_1d ? 2 * num_fs : num_fs; in generate_unswizzled_blend() 2517 if (!is_1d && dst_channels != 3 && dst_type.width == 8) { in generate_unswizzled_blend() 2744 if (is_1d) { in generate_unswizzled_blend() 2782 if (is_1d) { in generate_unswizzled_blend() 2893 if (is_1d) { in generate_unswizzled_blend()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d40_tex.c | 368 bool is_1d = false; in v3d40_vir_emit_image_load_store() local 371 is_1d = true; in v3d40_vir_emit_image_load_store() 398 is_1d ? 1 : 2), &tmu_writes); in v3d40_vir_emit_image_load_store()
|
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_surface.c | 93 config.is_1d = type == RADEON_SURF_TYPE_1D || in radv_amdgpu_winsys_surface_init()
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_surface.c | 91 config.is_1d = tex->target == PIPE_TEXTURE_1D || in amdgpu_surface_init()
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-018.md | 14 int batch = is_1d ? 0 : indices_values(idx, 0);
|
D | tfsa-2020-020.md | 26 int batch = is_1d ? 0 : indices_values(idx, 0);
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.h | 286 unsigned is_1d : 1; member
|
D | ac_surface.c | 1850 else if (info->chip_class != GFX9 && config->is_1d) in gfx9_compute_surface()
|