Home
last modified time | relevance | path

Searched refs:GetRunfilesDir (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Denv.h392 virtual std::string GetRunfilesDir() = 0;
541 std::string GetRunfilesDir() override { return target_->GetRunfilesDir(); } in GetRunfilesDir() function
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc174 string GetRunfilesDir() override { in GetRunfilesDir() function in tensorflow::__anon6902f3df0111::WindowsEnv
/external/tensorflow/tensorflow/core/platform/default/
Denv.cc204 string GetRunfilesDir() override { in GetRunfilesDir() function in tensorflow::__anonb139dcb90111::PosixEnv
/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/
Dtfr_decompose_ctx.cc66 string composite_mlir_dir = io::JoinPath(env->GetRunfilesDir(), tfr_lib_dir); in Get()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc1196 io::JoinPath(env->GetRunfilesDir(), "tensorflow", "core", "kernels"); in LoadDynamicKernelsInternal()