Searched refs:FunctionData (Results 1 - 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dcluster_function_library_runtime.h55 struct FunctionData { struct in class:tensorflow::ClusterFunctionLibraryRuntime
62 FunctionData(const string& graph_handle, const string& target, function in struct:tensorflow::ClusterFunctionLibraryRuntime::FunctionData
72 std::vector<FunctionData> function_data_ GUARDED_BY(mu_);
H A Dcluster_function_library_runtime.cc155 function_data_.push_back(FunctionData(resp.graph_handle(), options.target, wi,
164 FunctionData* function_data = nullptr;
/external/tensorflow/tensorflow/core/common_runtime/
H A Dprocess_function_library_runtime.h148 struct FunctionData { struct in class:tensorflow::ProcessFunctionLibraryRuntime
152 FunctionData(const string& target_device, function in struct:tensorflow::ProcessFunctionLibraryRuntime::FunctionData
155 FunctionData() : FunctionData("", -1) {} function in struct:tensorflow::ProcessFunctionLibraryRuntime::FunctionData
163 std::unordered_map<FunctionLibraryRuntime::Handle, FunctionData>
H A Dprocess_function_library_runtime.cc170 function_data_.insert({h, FunctionData(device_name, local_handle)});
199 const FunctionData& function_data = function_data_[handle];
210 const FunctionData& function_data = function_data_[handle];
/external/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h37 StringMap<ProfilingData> FunctionData; member in class:llvm::InstrProfWriter
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp145 : Sparse(Sparse), FunctionData(), ProfileKind(PF_Unknown),
160 auto &ProfileDataMap = FunctionData[I.Name];
172 Dest.Name = FunctionData.find(Dest.Name)->getKey();
221 for (const auto &I : FunctionData)
340 for (const auto &I : FunctionData)
345 for (const auto &I : FunctionData)
/external/v8/src/debug/
H A Ddebug-interface.h217 class V8_EXPORT_PRIVATE FunctionData { class in class:v8::debug::Coverage
226 FunctionData(i::CoverageFunction* function, Local<debug::Script> script);
238 FunctionData GetFunctionData(size_t i);
/external/v8/src/inspector/
H A Dv8-profiler-agent-impl.cc304 v8::debug::Coverage::FunctionData function_data =
/external/v8/src/
H A Dapi.cc9557 debug::Coverage::FunctionData::FunctionData(i::CoverageFunction* function, function in class:v8::debug::Coverage::FunctionData
9571 uint32_t debug::Coverage::FunctionData::Count() { return function_->count; }
9573 MaybeLocal<String> debug::Coverage::FunctionData::Name() {
9585 debug::Coverage::FunctionData debug::Coverage::ScriptData::GetFunctionData(
9587 return FunctionData(&script_->functions.at(i), GetScript());
H A Dd8.cc1714 debug::Coverage::FunctionData function_data =

Completed in 2901 milliseconds