HomeSort by relevance Sort by last modified time
    Searched refs:target_index (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
input_target.h 31 int target_index) const = 0;
36 int target_index) const = 0;
64 int target_index) const override {
66 GetTargetAsContinuous(example_index, target_index));
77 int target_index) const override {
78 QCHECK_LT(target_index, num_targets_);
79 return (*target_)(example_index * num_targets_ + target_index);
test_utils.h 33 int target_index) const override {
35 GetTargetAsContinuous(example_index, target_index));
46 int target_index) const override {
47 QCHECK_LT(target_index, num_targets_);
48 return (*target_)[example_index * num_targets_ + target_index];
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
variant.h 178 void Destruct(std::int32_t target_index) {
179 if (target_index == index(TypeTag<Type>{})) {
185 bool Assign(TypeTag<Type>, std::int32_t target_index, T&& value) {
186 if (target_index == 0) {
194 EnableIfConstructible<bool, Type, T> Assign(std::int32_t target_index,
196 if (target_index == 0) {
204 EnableIfNotConstructible<bool, Type, T> Assign(std::int32_t /*target_index*/,
210 decltype(auto) Visit(std::int32_t target_index, Op&& op) {
211 if (target_index == index(TypeTag<Type>{}))
217 decltype(auto) Visit(std::int32_t target_index, Op&& op) const
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 235 [&, this](const ShapeIndex& target_index,
241 for (auto element : target_index) {
248 points_to_set.add_tuple_source(target_index, tuple);
329 ShapeIndex target_index({0});
331 target_index.push_back(element);
333 *points_to_set.mutable_element(target_index) = points_to;
337 points_to_set.add_tuple_source(target_index, tuple);
363 ShapeIndex target_index;
364 target_index.push_back(i);
366 target_index.push_back(element)
    [all...]
elemental_ir_emitter.h 137 const llvm_ir::IrArray::Index& target_index, const HloInstruction& hlo,
elemental_ir_emitter.cc     [all...]
  /external/libxcam/cl_kernel/
kernel_tonemapping.cl 50 int target_index = local_index <= SHARED_PIXEL_X_SIZE ? local_index : (local_index <= (SHARED_PIXEL_X_SIZE * SHARED_PIXEL_Y_SIZE - WORK_ITEM_X_SIZE * WORK_ITEM_Y_SIZE - SHARED_PIXEL_X_SIZE) ? (local_index + WORK_ITEM_X_SIZE + (local_index - (SHARED_PIXEL_X_SIZE + 1)) / 2 * WORK_ITEM_X_SIZE) : (local_index + WORK_ITEM_X_SIZE * WORK_ITEM_Y_SIZE));
53 int offset_x = target_index % SHARED_PIXEL_X_SIZE;
54 int offset_y = target_index / SHARED_PIXEL_X_SIZE;
67 local_src_data[target_index] = y_data;
  /toolchain/binutils/binutils-2.27/bfd/
xcofflink.c 171 target_index field. */
4781 int target_index; local
    [all...]
cofflink.c 709 the target_index fields are 1 based. */
755 flaginfo.section_info[o->target_index].relocs =
759 flaginfo.section_info[o->target_index].rel_hashes =
761 if (flaginfo.section_info[o->target_index].relocs == NULL
762 || flaginfo.section_info[o->target_index].rel_hashes == NULL)
2386 int target_index; local
    [all...]
aout-cris.c 191 r_index = output_section->target_index;
coff-i960.c 341 isym.n_scnum = o->target_index;
587 irel->r_symndx = h->root.u.def.section->output_section->target_index - 1;
i386lynx.c 163 r_index = output_section->target_index;
247 r_index = output_section->target_index;
coffcode.h 3159 unsigned int target_index; local
    [all...]
elf-vxworks.c 195 int this_idx = sec->output_section->target_index;
mach-o-x86-64.c 296 (*rel->sym_ptr_ptr)->section->output_section->target_index;
oasys.c 701 sscanf (newsect->name, "%u", &newsect->target_index);
825 symbol.relb = RELOCATION_TYPE_REL | g->section->output_section->target_index;
884 out.relb = RELOCATION_TYPE_REL | s->target_index;
970 processed_data.relb = s->target_index | RELOCATION_TYPE_REL;
    [all...]
versados.c 257 sec->target_index = scn;
697 esdid = &EDATA (abfd, section->target_index);
807 if (!EDATA (abfd, section->target_index).donerel)
809 EDATA (abfd, section->target_index).donerel = 1;
coff-ppc.c     [all...]
  /external/libtextclassifier/
textclassifier_jni.cc 200 const int* target_index; local
203 target_index = &bmp_index;
206 target_index = &unicode_index;
211 &source_index, &target_index]() {
213 result.first = *target_index;
217 result.second = *target_index;
  /external/mesa3d/src/compiler/glsl/
linker.cpp     [all...]
  /cts/apps/CameraITS/tests/rolling_shutter_skew/
test_rolling_shutter_skew.py 507 target_index = get_canonical_index(largest_cluster)
509 cluster_assignments[target_index] -= curr_size
511 cluster_assignments[curr_index] = target_index
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ir_array.cc 124 const auto& target_index = *this; local
125 CHECK_EQ(target_index.size(), ShapeUtil::Rank(output_shape));
  /external/mesa3d/src/mesa/main/
texstate.c 514 gl_texture_index target_index; local
536 target_index = ffs(prog->TexturesUsed[unit]) - 1;
537 texObj = texUnit->CurrentTex[target_index];
563 texObj = _mesa_get_fallback_texture(ctx, target_index);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc 575 llvm_ir::IrArray::Index target_index; local
578 target_index.push_back(lhs_index[dimension]);
583 target_index.push_back(rhs_index[dimension]);
588 target_index,
    [all...]
  /art/compiler/optimizing/
code_generator_x86.h 613 uint32_t target_index)
614 : PatchInfo(target_dex_file, target_index),

Completed in 1839 milliseconds

1 2 3