Home
last modified time | relevance | path

Searched defs:FunctionType (Results 1 – 25 of 86) sorted by relevance

1234

/external/pigweed/pw_function/public/pw_function/
Dpointer.h77 constexpr auto GetFunctionPointer(const FunctionType&) { in GetFunctionPointer()
93 constexpr auto GetFunctionPointerContextFirst(const FunctionType&) { in GetFunctionPointerContextFirst()
/external/pytorch/torch/csrc/api/include/torch/data/transforms/
Dlambda.h19 using FunctionType = std::function<OutputBatchType(InputBatchType)>; variable
40 using FunctionType = std::function<Output(Input)>; variable
/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
Dfunction.h332 void swap(function_impl<inline_target_size, require_inline, FunctionType, Allocator>& a, in swap() argument
493 void swap(callback_impl<inline_target_size, require_inline, FunctionType, Allocator>& a, in swap() argument
/external/llvm/include/llvm/IR/
DFunction.h33 class FunctionType; variable
DModule.h33 class FunctionType; variable
DIntrinsics.h27 class FunctionType; variable
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h124 typedef void (*FunctionType)(); typedef
165 typedef void (*FunctionType)(Arg1 arg1); typedef
212 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef
261 typedef R (*FunctionType)(); typedef
282 typedef R (*FunctionType)(P1); typedef
305 typedef R (*FunctionType)(Arg1 arg1); typedef
326 typedef R (*FunctionType)(P1, A1); typedef
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h124 typedef void (*FunctionType)(); typedef
165 typedef void (*FunctionType)(Arg1 arg1); typedef
212 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef
261 typedef R (*FunctionType)(); typedef
282 typedef R (*FunctionType)(P1); typedef
305 typedef R (*FunctionType)(Arg1 arg1); typedef
326 typedef R (*FunctionType)(P1, A1); typedef
/external/protobuf/src/google/protobuf/stubs/
Dcallback.h124 typedef void (*FunctionType)(); typedef
165 typedef void (*FunctionType)(Arg1 arg1); typedef
212 typedef void (*FunctionType)(Arg1 arg1, Arg2 arg2); typedef
261 typedef R (*FunctionType)(); typedef
282 typedef R (*FunctionType)(P1); typedef
305 typedef R (*FunctionType)(Arg1 arg1); typedef
326 typedef R (*FunctionType)(P1, A1); typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
DDXILOpBuilder.h24 class FunctionType; variable
/external/swiftshader/src/Reactor/
DRoutine.hpp39 using FunctionType = Return (*)(Arguments...); typedef in rr::RoutineT
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_api_info.h36 enum FunctionType { enum
/external/clang/test/Sema/
Dinvalid-decl.c24 typedef int (FunctionType)(int *value); typedef
/external/icing/icing/scoring/advanced_scoring/
Dscore-expression.h208 enum class FunctionType { enum
260 enum class FunctionType { kFilterByRange }; enum
292 enum class FunctionType { enum
/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_scoped_enum.pass.cpp68 using FunctionType = void(); typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_scoped_enum.pass.cpp68 using FunctionType = void(); typedef
/external/pytorch/torch/fx/experimental/
Drewriter.py31 def rewrite(self, fn: FunctionType):
/external/pytorch/aten/src/ATen/core/
Djit_type.h1489 struct TORCH_API FunctionType : public NamedType { struct
1490 static FunctionTypePtr create(torch::jit::Function* function) { in create() argument
1495 if (auto func_type = rhs.cast<FunctionType>()) { in equals() argument
1507 static const TypeKind Kind = TypeKind::FunctionType; argument
1512 const auto& n = name().value();
1515 torch::jit::Function* function_;
/external/tensorflow/tensorflow/compiler/xla/runtime/
Dtypes.h245 FunctionType(llvm::SmallVector<std::unique_ptr<Type>> operands, in FunctionType() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DRecordInitializer.cpp404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPConstants.h25 class FunctionType; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
DRecordInitializer.cpp404 unsigned FunctionType = (Buffer >> 1) & 0x07u; in visit() local
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem_unittest.py845 def _is_fs_function(self, fct: FunctionType) -> bool:
858 self, item: FunctionType
887 def _find_def_values(self, module_items: ItemsView[str, FunctionType]) -> None: argument
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h27 class FunctionType; variable
/external/grpc-grpc-java/xds/third_party/googleapis/src/main/proto/google/api/expr/v1alpha1/
Dchecked.proto84 message FunctionType { message

1234