Home
last modified time | relevance | path

Searched defs:all_same (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
H A Dbenchmark_c_api.h49 bool all_same; member
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dstats_calculator.h67 bool all_same() const { return (count_ == 0 || min_ == max_); } in all_same() function
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_repair_ssa.c176 bool all_same = true; in agx_opt_trivial_phi() local
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Drepair_ssa.rs40 let mut all_same = true; in get_ssa_or_phi() localVariable
H A Dlegalize.rs106 let mut all_same = true; in copy_src_if_not_same_file() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DReduce.h158 struct all_same : std::conjunction< struct
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/
H A Dradv_meta.c670 nir_def *all_same = nir_samples_identical_deref(b, input_img_deref, img_coord); in radv_meta_build_resolve_shader_core() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_optimizer_postRA.cpp157 bool all_same = in last_writer_idx() local
H A Daco_register_allocation.cpp2237 bool all_same = std::all_of(phi->operands.cbegin() + 1, phi->operands.cend(), OpsSame); in get_regs_for_phis() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad_test.cc816 auto all_same = Mul(scope_, Const(scope_, {1.f, 1.f, 1.f}), x); in TEST_F() local
826 auto all_same = Mul(scope_, Const(scope_, {1.f, 1.f, 1.f}), x); in TEST_F() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_compress_symbolic.cpp548 bool all_same = color_quant_level[i] != color_quant_level_mod[i]; in compress_symbolic_block_for_partition_1plane() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c709 bool all_same = true; in load_from_ssa_entry_value() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dspmd_partitioner.cc903 bool all_same = true; in ReshardAsWindowedInput() local