Home
last modified time | relevance | path

Searched defs:FunctionData (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.h75 struct FunctionData { struct
85 FunctionData(const string& graph_handle, const string& target, in FunctionData() argument
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dcluster_function_library_runtime.h86 struct FunctionData { struct
92 FunctionData(const string& target, in FunctionData() function
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.h457 struct FunctionData { struct
471 llvm::SmallDenseMap<llvm::Function *, FunctionData> FunctionGlobalizedDecls; argument
/external/skia/src/sksl/
DSkSLASTNode.h209 struct FunctionData { struct
210 FunctionData() {} in FunctionData() argument
212 FunctionData(Modifiers modifiers, StringFragment name, size_t parameterCount) in FunctionData() argument
217 Modifiers fModifiers;
218 StringFragment fName;
219 size_t fParameterCount;
/external/angle/src/compiler/translator/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp29 struct FunctionData struct
33 bool isOriginalUsed;
35 TIntermFunctionDefinition *originalDefinition;
38 TVector<TIntermFunctionDefinition *> monomorphizedDefinitions;
/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h37 StringMap<ProfilingData> FunctionData; variable
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp104 struct FunctionData { struct in __anon8fe673b00111::GenericTaintChecker
111 static Optional<FunctionData> create(const CallEvent &Call, in create()
129 bool isInScope(StringRef Scope) const { in isInScope()
133 const FunctionDecl *const FDecl;
134 const StringRef Name;
135 const std::string FullName;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h41 StringMap<ProfilingData> FunctionData; variable
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProfWriter.h41 StringMap<ProfilingData> FunctionData; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h405 FunctionData(const string& target_device, in FunctionData() function