Home
last modified time | relevance | path

Searched refs:FunctionTarget (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.h73 typedef std::pair<string, FunctionLibraryRuntime*> FunctionTarget; typedef
74 std::map<FunctionTarget, FunctionLibraryRuntime::Handle> handle_cache_
Dfunction_ops.cc322 FunctionTarget function_target = {target_device, lib}; in ComputeAsync()