Home
last modified time | relevance | path

Searched refs:is_1d (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcount_ops.cc33 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 …]
Dbincount_op.cc339 bool is_1d = dense_shape.NumElements() == 1; in Compute() local
343 if (is_1d) { in Compute()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.h78 boolean is_1d,
89 boolean is_1d,
Dlp_bld_depth.c535 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()
Dlp_state_fs.c2290 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/
Dv3d40_tex.c368 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/
Dradv_amdgpu_surface.c93 config.is_1d = type == RADEON_SURF_TYPE_1D || in radv_amdgpu_winsys_surface_init()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c91 config.is_1d = tex->target == PIPE_TEXTURE_1D || in amdgpu_surface_init()
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-018.md14 int batch = is_1d ? 0 : indices_values(idx, 0);
Dtfsa-2020-020.md26 int batch = is_1d ? 0 : indices_values(idx, 0);
/external/mesa3d/src/amd/common/
Dac_surface.h286 unsigned is_1d : 1; member
Dac_surface.c1850 else if (info->chip_class != GFX9 && config->is_1d) in gfx9_compute_surface()