/aosp_15_r20/build/make/tools/fs_config/ |
H A D | README.md | 9 ## Outputs section in FS Config Generator 11 ### `fs_config_dirs` and `fs_config_files` 21 ### `passwd` and `group` files 29 ### The `generated_oem_aid.h` header
|
/aosp_15_r20/system/linkerconfig/ |
H A D | README.md | 68 ## Outputs section in LinkerConfig 70 ### /linkerconfig/ld.config.txt & /linkerconfig/*/ld.config.txt 77 ### /linkerconfig/apex.libraries.txt
|
/aosp_15_r20/external/angle/build/docs/ |
H A D | writing_gn_templates.md | 81 ### Outputs subsection 82 #### What to List as Outputs 99 #### Where to Place Outputs
|
/aosp_15_r20/external/cronet/build/docs/ |
H A D | writing_gn_templates.md | 81 ### Outputs subsection 82 #### What to List as Outputs 99 #### Where to Place Outputs
|
/aosp_15_r20/external/googleapis/google/cloud/dataproc/logging/ |
H A D | reconciler_log.proto | 46 message Outputs { message 64 message Outputs { message
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/test_op/ |
H A D | simple_op.h | 39 enum Outputs { kOutput0 = 0, kOutput1, kOutput2, kOutput3 }; enum 67 static std::vector<std::string> Outputs() { in Outputs() function
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/ |
H A D | Outputs.java | 21 public class Outputs { class 32 private Outputs(Builder builder) { in Outputs() method in Outputs
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | TFLiteUtils.cpp | 41 EvaluationResultImpl(const std::vector<const TfLiteTensor *> &Outputs) in EvaluationResultImpl() 50 const std::vector<const TfLiteTensor *> Outputs; member in llvm::EvaluationResultImpl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 870 SetVector<Value *> &ArgInputs, SetVector<Value *> &Outputs) { in getCodeExtractorArguments() 1100 DenseSet<BasicBlock *> &RegionBlocks, SetVector<Value *> &Outputs, in analyzeExitPHIsForOutputUses() 1281 SetVector<Value *> &Outputs) { in findExtractedOutputToOverallOutputMapping() 1408 SetVector<Value *> ArgInputs, Outputs; in findAddInputsOutputs() local 2684 ArrayRef<Value *> Outputs, in updateOutputMapping() 2716 SetVector<Value *> ArgInputs, Outputs, SinkCands; in extractSection() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 689 CellMap Outputs; in visitNonBranch() local 1927 const CellMap &Inputs, CellMap &Outputs) { in evaluate() 2555 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexCompare() 2630 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexLogical() 2677 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexCondMove() 2720 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexExt() 2764 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexVector1()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 688 CellMap Outputs; in visitNonBranch() local 1926 const CellMap &Inputs, CellMap &Outputs) { in evaluate() 2554 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexCompare() 2629 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexLogical() 2676 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexCondMove() 2719 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexExt() 2763 const CellMap &Inputs, CellMap &Outputs) { in evaluateHexVector1()
|
/aosp_15_r20/build/blueprint/ |
H A D | ninja_defs.go | 85 Outputs []string // The list of explicit output targets. member 255 Outputs []*ninjaString member
|
/aosp_15_r20/external/python/bumble/docs/mkdocs/src/apps_and_tools/ |
D | speaker.md | 37 # Outputs chapter
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/examples/reinforcement_learning/ |
H A D | overview.md | 80 ## Outputs section in Reinforcement Learning
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/examples/optical_character_recognition/ |
H A D | overview.md | 83 ## Outputs section in Optical character recognition (OCR)
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/model/ |
H A D | op_spec.h | 41 const std::vector<ArgSpec>& Outputs() const { return output_args_; } in Outputs() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/examples/audio_classification/ |
H A D | overview.md | 78 ### Outputs subsection
|
/aosp_15_r20/external/tensorflow/tensorflow/go/ |
H A D | signature.go | 82 Inputs, Outputs map[string]TensorInfo member
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/views/ |
H A D | op_view.cc | 50 const std::vector<ArgView>& OpView::Outputs() const { return output_args_; } in Outputs() function in tensorflow::generator::cpp::OpView
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/ |
H A D | inference.md | 254 #### Outputs subsubsection
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
H A D | CompositionRefreshArgs.h | 35 using Outputs = std::vector<std::shared_ptr<compositionengine::Output>>; variable
|
/aosp_15_r20/build/blueprint/bootstrap/ |
H A D | config.go | 111 Outputs []string member
|
/aosp_15_r20/tools/treble/build/treble_build/app/ |
H A D | build.go | 20 Outputs []string `json:"outputs"` member
|
/aosp_15_r20/external/aws-sdk-java-v2/services/elastictranscoder/src/test/resources/ |
H A D | JobWithNullListField.json | 30 "Outputs": [ array
|
/aosp_15_r20/external/googleapis/google/devtools/remoteworkers/v1test2/ |
H A D | command.proto | 88 message Outputs { message
|