Home
last modified time | relevance | path

Searched defs:is_1d (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcount_ops.cc42 bool is_1d, OpKernelContext* context) { in OutputSparse()
138 bool is_1d = TensorShapeUtils::IsVector(data.shape()); in Compute() local
264 bool is_1d = shape.NumElements() == 1; in Compute() local
329 bool is_1d = false; in Compute() local
H A Dbincount_op.cc399 bool is_1d = dense_shape.NumElements() == 1; in Compute() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c534 bool is_1d, in lp_build_depth_stencil_load_swizzled()
672 bool is_1d, in lp_build_depth_stencil_write_swizzled()
H A Dlp_state_fs.c2444 const bool is_1d = variant->key.resource_1d; in generate_unswizzled_blend() local
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_tex.c443 bool is_1d = false; in vir_image_emit_register_writes() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A Dqconv_prepack.cpp520 bool is_1d = (1 == kSpatialDim); in _qconv_prepack_onednn() local
H A Dqconv.cpp1431 bool is_1d = (1 == kSpatialDim); in _quantized_convolution_onednn() local
/aosp_15_r20/external/libdav1d/src/
H A Drecon_tmpl.c408 const int is_1d = tx_class != TX_CLASS_2D; in decode_coefs() local
410 #define case_sz(sz, bin, ns, is_1d) \ in decode_coefs() argument
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_surface.h430 unsigned is_1d : 1; member