Home
last modified time | relevance | path

Searched defs:AddParameter (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h254 Command& AddParameter(Args... args) & { in AddParameter() function
261 Command AddParameter(Args... args) && { in AddParameter() function
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_lowering_context.h81 void AddParameter( in AddParameter() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.h217 inline void Function::AddParameter(std::unique_ptr<Instruction> p) { in AddParameter() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfunction.h217 inline void Function::AddParameter(std::unique_ptr<Instruction> p) { in AddParameter() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dfunction.h217 inline void Function::AddParameter(std::unique_ptr<Instruction> p) { in AddParameter() function
/aosp_15_r20/frameworks/base/tools/aapt2/test/
H A DFixture.cpp226 LinkCommandBuilder& LinkCommandBuilder::AddParameter(const std::string& param, function in aapt::LinkCommandBuilder
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_unified_experimental_graph.cc330 Status AddParameter(DataType dtype, const PartialTensorShape& shape, in AddParameter() function in tensorflow::tracing::graph::GraphContext
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
H A Dc_api_unified_experimental_mlir.cc562 Status MlirFunctionContext::AddParameter( in AddParameter() function in mlir::TF::__anon3eda563f0111::MlirFunctionContext
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_representation.h745 void AddParameter(ParamIR &&parameter) { in AddParameter() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.cc153 HloInstruction* HloComputation::AddParameter( in AddParameter() function in xla::HloComputation
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py569 def AddParameter(self, mojom_name, kind, ordinal=None, default=None, member in Method