Home
last modified time | relevance | path

Searched defs:argument_types (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_nested.cc63 std::vector<llvm::Type*> argument_types; in CodegenNestedComputation() local
Dir_emission_utils.cc318 std::vector<llvm::Type*> argument_types; in EmitPrintf() local
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/
Dtf_kernel_to_llvm_pass.cc114 SmallVector<Type, 4> argument_types; in generateParamsArray() local
/external/rust/android-crates-io/crates/bindgen/ir/
Dfunction.rs282 argument_types: Vec<(Option<String>, TypeId)>, field
624 pub(crate) fn argument_types(&self) -> &[(Option<String>, TypeId)] { in argument_types() method
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dpromote_resources_to_args.cc182 auto argument_types = in PromoteResourcesToArguments() local
Dtf_saved_model_freeze_variables.cc279 T GetUpdatedWhileOp(T while_op, const U& argument_types, in GetUpdatedWhileOp()
/external/clang/bindings/python/clang/
Dcindex.py1784 def argument_types(self): member in Type