HomeSort by relevance Sort by last modified time
    Searched refs:output_count (Results 26 - 43 of 43) sorted by null

12

  /external/v8/src/compiler/
instruction.h 855 size_t output_count, InstructionOperand* outputs,
859 DCHECK(output_count == 0 || outputs != nullptr);
865 size_t total_extra_ops = output_count + input_count + temp_count;
871 opcode, output_count, outputs, input_count, inputs, temp_count, temps);
    [all...]
instruction.cc 320 Instruction::Instruction(InstructionCode opcode, size_t output_count,
325 bit_field_(OutputCountField::encode(output_count) |
334 for (size_t i = 0; i < output_count; ++i) {
    [all...]
simplified-operator.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer.cc     [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes_test.cc 89 const int output_count = output_names.size(); local
90 EXPECT_EQ(output_count, float_outputs.size());
91 EXPECT_EQ(output_count, transformed_outputs.size());
92 for (int i = 0; i < output_count; ++i) {
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraParameters.h 773 (m_pCapability->refocus_af_bracketing_need.output_count > 1);};
777 return m_pCapability->refocus_af_bracketing_need.output_count;}
    [all...]
QCameraParameters.cpp     [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_types.h 2504 uint8_t output_count; member in struct:__anon2354
2529 uint8_t output_count; member in struct:__anon2358
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraParameters.h     [all...]
QCameraParameters.cpp     [all...]
  /toolchain/binutils/binutils-2.27/gold/
symtab.cc 2966 const unsigned int output_count = this->output_count_; local
    [all...]
symtab.h 1630 output_count() const function in class:gold::Symbol_table
    [all...]
incremental.cc     [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer.cc 639 int output_count = 0; local
653 strings::StrCat(node_->name(), "-", output_count, "-", i);
682 output_count++;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 1111 unsigned output_count = MAX2(util_bitcount(code->OutputsWritten), 1); local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_types.h 2853 uint8_t output_count; member in struct:__anon49141
2878 uint8_t output_count; member in struct:__anon49145
    [all...]
  /external/v8/src/
deoptimizer.h 427 int output_count() const { return output_count_; } function in class:v8::internal::Deoptimizer
    [all...]
  /external/tensorflow/tensorflow/python/ops/
math_ops.py     [all...]

Completed in 3029 milliseconds

12