Home
last modified time | relevance | path

Searched refs:raw_function (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiled_cpu_function.h256 RawFunction raw_function) { in set_static_data_raw_function() argument
257 static_data->raw_function_ = raw_function; in set_static_data_raw_function()
Dxla_jit_compiled_cpu_function.cc117 XlaCompiledCpuFunction::RawFunction raw_function = in Compile() local
139 raw_function); in Compile()
/external/v8/src/
Dframes.cc1054 for (const auto& raw_function : raw_functions) { in GetFunctions() local
1056 Handle<SharedFunctionInfo>(raw_function, function()->GetIsolate())); in GetFunctions()