Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/c/
Dbenchmark_c_api.h49 bool all_same; member
/external/tensorflow/tensorflow/core/util/
Dstats_calculator.h67 bool all_same() const { return (count_ == 0 || min_ == max_); } in all_same() function
/external/mesa3d/src/nouveau/compiler/nak/
Drepair_ssa.rs39 let mut all_same = true; in get_ssa_or_phi() localVariable
/external/mesa3d/src/amd/vulkan/meta/
Dradv_meta.c694 nir_def *all_same = nir_samples_identical_deref(b, input_img_deref, img_coord); in radv_meta_build_resolve_shader_core() local
/external/mesa3d/src/amd/compiler/
Daco_optimizer_postRA.cpp170 bool all_same = in last_writer_idx() local
Daco_register_allocation.cpp2123 bool all_same = std::all_of(phi->operands.cbegin() + 1, phi->operands.cend(), OpsSame); in get_regs_for_phis() local
Daco_instruction_selection.cpp10376 bool all_same = true; in create_continue_phis() local
/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c709 bool all_same = true; in load_from_ssa_entry_value() local
/external/tensorflow/tensorflow/cc/gradients/
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
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc903 bool all_same = true; in ReshardAsWindowedInput() local