HomeSort by relevance Sort by last modified time
    Searched defs:input_index (Results 26 - 42 of 42) sorted by null

12

  /art/compiler/optimizing/
inliner.cc 1508 size_t input_index = 0; local
    [all...]
nodes.cc 1372 size_t input_index = use_node.GetIndex(); local
    [all...]
nodes.h 2414 size_t input_index = use_node->GetIndex(); local
2434 size_t input_index = env_use_node->GetIndex(); local
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
functionalize_control_flow.cc 1105 std::unordered_map<Node*, int> input_index; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc 661 llvm_ir::IrArray::Index input_index = reduced_dims_index; local
664 for (size_t i = 0; i < input_index.size(); ++i) {
665 if (input_index[i] == nullptr) {
666 input_index[i] = *it++;
674 .EmitArrayElementAddress(input_index, &ir_builder_);
    [all...]
ir_emitter_unnested.cc 844 const llvm_ir::IrArray::Index input_index = local
    [all...]
  /external/tensorflow/tensorflow/core/framework/
op_kernel.cc 402 void OpKernelContext::forward_ref_input_to_ref_output(int input_index,
404 DCHECK_GE(input_index, 0);
405 DCHECK_LT(input_index, num_inputs());
406 DCHECK(input_is_ref(input_index));
407 set_output_ref(output_index, (*params_->inputs)[input_index].mutex_if_ref,
408 (*params_->inputs)[input_index].tensor);
412 int input_index, int output_index, const TensorShape& output_shape,
418 input_index, expected_output_dtype(output_index), output_shape,
433 int input_index, output_index, stop; local
435 params_->op_kernel->InputRange(input_name, &input_index, &stop))
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1181 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); local
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_subgraphs_pass.cc 724 int input_index = outside_subgraph.inputs.size(); local
726 input_index);
771 int input_index = input_src.second; local
806 int input_index = input_src.second; local
1071 int input_index = input.second; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Channel.cpp 1325 int input_index = mOfflineMemory.getMatchBufIndex((void*)pInputBuffer->buffer); local
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
incremental.cc 663 unsigned int input_index = got_plt_reader.get_got_input_index(i); local
668 this->input_object(input_index);
1830 unsigned int input_index; member in struct:gold::Got_plt_view_info
    [all...]
  /external/v8/src/compiler/
simplified-lowering.cc 322 while (current.input_index < current.node->InputCount()) {
323 Node* input = current.node->InputAt(current.input_index);
325 current.input_index++;
2803 int input_index; member in struct:v8::internal::compiler::RepresentationSelector::NodeState
    [all...]
  /external/v8/src/
deoptimizer.cc 805 int input_index = 0; local
821 input_index++;
859 WriteTranslatedValueToOutput(&value_iterator, &input_index, frame_index,
1048 int input_index = 0; local
1317 int input_index = 0; local
1506 int input_index = 0; local
1696 int input_index = 0; local
1911 int input_index = 0; local
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 4486 size_t input_index; local
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 2768 int input_index = instr->variables[0]->var->data.location - VARYING_SLOT_VAR0; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 390 unsigned input_index,
411 t_offset = lp_build_const_int32(gallivm, input_index);
420 input_index);
436 fix_fetch = (ctx->shader->key.mono.vs.fix_fetch >> (4 * input_index)) & 0xf;
5225 int input_index = inst->Src[0].Register.Index; local
    [all...]
  /external/valgrind/perf/
tinycc.c 5516 int input_index; \/* if >= 0, gives reference to an input constraint *\/ member in struct:ASMOperand
    [all...]

Completed in 1067 milliseconds

12