Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.h201 inline void Function::AddParameter(std::unique_ptr<Instruction> p) { in AddParameter() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfunction.h201 inline void Function::AddParameter(std::unique_ptr<Instruction> p) { in AddParameter() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h201 inline void Function::AddParameter(std::unique_ptr<Instruction> p) { in AddParameter() function
/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_graph.cc359 Status AddParameter(DataType dtype, const PartialTensorShape& shape, in AddParameter() function in tensorflow::tracing::graph::GraphContext
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc560 Status MlirFunctionContext::AddParameter( in AddParameter() function in mlir::TF::__anon2b880b700111::MlirFunctionContext
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc119 HloInstruction* HloComputation::AddParameter( in AddParameter() function in xla::HloComputation
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py563 def AddParameter(self, mojom_name, kind, ordinal=None, default=None, member in Method
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py600 def AddParameter(end): function