Home
last modified time | relevance | path

Searched defs:FunctionData (Results 1 – 6 of 6) 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() argument
/external/angle/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp28 struct FunctionData struct
32 bool isOriginalUsed;
34 TIntermFunctionDefinition *originalDefinition;
37 TVector<TIntermFunctionDefinition *> monomorphizedDefinitions;
/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h37 StringMap<ProfilingData> FunctionData; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h41 StringMap<ProfilingData> FunctionData; variable
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h406 FunctionData(const string& target_device, in FunctionData() function