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.h58 struct FunctionData { struct
65 FunctionData(const string& graph_handle, const string& target, in FunctionData() function
/external/llvm/include/llvm/ProfileData/
DInstrProfWriter.h37 StringMap<ProfilingData> FunctionData; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DInstrProfWriter.h41 StringMap<ProfilingData> FunctionData; variable
/external/v8/src/debug/
Dliveedit.cc780 struct FunctionData { struct
781 FunctionData(FunctionLiteral* literal, bool should_restart) in FunctionData() argument
786 FunctionLiteral* literal;
787 MaybeHandle<SharedFunctionInfo> shared;
788 std::vector<Handle<JSFunction>> js_functions;
789 std::vector<Handle<JSGeneratorObject>> running_generators;
793 enum StackPosition {
800 StackPosition stack_position;
801 bool should_restart;
Ddebug-interface.h253 class FunctionData; variable
287 explicit FunctionData(i::CoverageFunction* function, in FunctionData() function
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h255 FunctionData(const string& target_device, in FunctionData() function