HomeSort by relevance Sort by last modified time
    Searched refs:function_name_prefix (Results 1 - 7 of 7) sorted by null

  /test/vts/drivers/hal/common/component_loader/
HalDriverLoader.cpp 208 string function_name_prefix = GetFunctionNamePrefix(spec_msg); local
210 dll_loader_.GetLoaderFunction(function_name_prefix.c_str());
233 string function_name_prefix = GetFunctionNamePrefix(spec_msg); local
234 function_name_prefix += "with_arg";
236 dll_loader_.GetLoaderFunctionWithArg(function_name_prefix.c_str());
  /test/vts/compilation_tools/vtsc/code_gen/driver/
DriverCodeGenBase.cpp 207 string function_name_prefix = GetFunctionNamePrefix(message); local
213 << "android::vts::DriverBase* " << function_name_prefix << "();\n"; local
222 string function_name_prefix = GetFunctionNamePrefix(message); local
227 out << "android::vts::DriverBase* " << function_name_prefix << "() {\n"; local
HalHidlCodeGen.cpp 374 string function_name_prefix = GetFunctionNamePrefix(message); local
377 << "android::vts::DriverBase* " << function_name_prefix local
395 string function_name_prefix = GetFunctionNamePrefix(message); local
397 out << "android::vts::DriverBase* " << function_name_prefix << "with_arg(" local
    [all...]
  /test/vts/drivers/hal/common/driver_base/
DriverBase.cpp 122 string function_name_prefix = GetFunctionNamePrefix(*message); local
123 function_name_prefix_ = function_name_prefix.c_str();
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h 86 // function_name_prefix is the desired name of the function. If the name is
101 HloComputation* computation, const string& function_name_prefix,
cpu_compiler.cc 681 string function_name_prefix = entry_computation->name().empty() local
686 ir_emitter.EmitComputation(entry_computation, function_name_prefix,
    [all...]
ir_emitter.cc 107 HloComputation* computation, const string& function_name_prefix,
110 string function_name = name_uniquer_.GetUniqueName(function_name_prefix);
111 VLOG(2) << "Emitting IR for CPU function [" << function_name_prefix
    [all...]

Completed in 1151 milliseconds