Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dfunction_ops.h75 typedef std::pair<string, FunctionLibraryRuntime*> FunctionTarget; typedef
76 std::map<FunctionTarget, FunctionLibraryRuntime::Handle> handle_cache_
Dfunction_ops.cc280 FunctionTarget function_target; in ComputeAsync()