Home
last modified time | relevance | path

Searched defs:fn_name (Results 26 – 50 of 75) sorted by relevance

123

/external/XNNPACK/src/xnnpack/
Dvscaleexpminusmax.h18 #define DECLARE_F32_VSCALEEXPMINUSMAX_UKERNEL_FUNCTION(fn_name) \ argument
Dpackx.h18 #define DECLARE_X32_PACKX_UKERNEL_FUNCTION(fn_name) \ argument
Dunpool.h19 #define DECLARE_X32_UNPOOL_UKERNEL_FUNCTION(fn_name) \ argument
Dvscale.h13 #define DECLARE_F32_VSCALE_UKERNEL_FUNCTION(fn_name) \ argument
Dfill.h19 #define DECLARE_FILL_UKERNEL_FUNCTION(fn_name) \ argument
Draddextexp.h18 #define DECLARE_F32_RADDEXTEXP_UKERNEL_FUNCTION(fn_name) \ argument
Dvscaleextexp.h18 #define DECLARE_F32_VSCALEEXTEXP_UKERNEL_FUNCTION(fn_name) \ argument
Dpad.h19 #define DECLARE_X32_PAD_UKERNEL_FUNCTION(fn_name) \ argument
Draddexpminusmax.h18 #define DECLARE_F32_RADDEXPMINUSMAX_UKERNEL_FUNCTION(fn_name) \ argument
Dppmm.h19 #define DECLARE_F32_PPMM_MINMAX_UKERNEL_FUNCTION(fn_name) \ argument
Draddstoreexpminusmax.h18 #define DECLARE_F32_RADDSTOREEXPMINUSMAX_UKERNEL_FUNCTION(fn_name) \ argument
/external/tensorflow/tensorflow/c/
Dc_api_function.cc51 const TF_Graph* fn_body, const char* fn_name, int ninputs, in ProcessInputs()
87 Status ProcessOutputs(const TF_Graph* fn_body, const char* fn_name, in ProcessOutputs()
110 const TF_Graph* fn_body, const char* fn_name, int num_opers, in ComputeBodyNodes()
151 const TF_Graph* fn_body, const char* fn_name, in TF_GraphToFunctionWithControlOutputs()
225 TF_Function* TF_GraphToFunction(const TF_Graph* fn_body, const char* fn_name, in TF_GraphToFunction()
/external/bcc/src/python/bcc/
Dusdt.py148 def enable_probe(self, probe, fn_name): argument
157 def enable_probe_or_bail(self, probe, fn_name): argument
198 def _add_probe(binpath, fn_name, addr, pid): argument
D__init__.py609 def attach_kprobe(self, event=b"", event_off=0, fn_name=b"", event_re=b""): argument
635 def attach_kretprobe(self, event=b"", fn_name=b"", event_re=b""): argument
763 def attach_tracepoint(self, tp=b"", tp_re=b"", fn_name=b""): argument
801 def attach_raw_tracepoint(self, tp=b"", fn_name=b""): argument
876 def attach_perf_event(self, ev_type=-1, ev_config=-1, fn_name=b"", argument
947 fn_name=b"", pid=-1): argument
994 fn_name=b"", pid=-1): argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dcustom_call_for_test.pyx18 cdef register_custom_call_target(fn_name, void* fn): argument
/external/tensorflow/tensorflow/c/eager/
Dunified_api_testutil.cc30 AbstractContext* BuildFunction(const char* fn_name) { in BuildFunction()
56 const char* fn_name = "test_fn"; in RunModel() local
Dc_api_unified_experimental.cc74 static TracingContext* CreateTracingExecutionContext(const char* fn_name, in CreateTracingExecutionContext()
117 TF_ExecutionContext* TF_CreateFunction(const char* fn_name, TF_Status* s) { in TF_CreateFunction()
Dc_api_unified_experimental_test.cc356 string fn_name = "double"; in TEST_P() local
447 string fn_name = "matrix_multiply"; in TEST_P() local
552 string fn_name = "two_adds"; in TEST_P() local
708 string fn_name = "two_adds_and_matmul"; in TEST_P() local
Dgradients_util.cc216 AbstractContext* BuildFunction(const char* fn_name) { in BuildFunction()
242 const char* fn_name = "test_fn"; in RunModel() local
/external/toolchain-utils/afdo_redaction/
Dredact_profile_test.py40 def _generate_repeated_function_body(repeats, fn_name='_some_name'): argument
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertToROCDLIR.cpp45 StringRef fn_name, int parameter) { in createDeviceFunctionCall()
/external/bcc/src/cc/usdt/
Dusdt.cc119 bool Probe::enable(const std::string &fn_name) { in enable()
295 const std::string &fn_name) { in enable_probe()
436 const char *fn_name) { in bcc_usdt_enable_probe()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_testlib.cc115 Output Call(Scope* scope, const string& op_name, const string& fn_name, in Call()
/external/bcc/src/cc/
Dbpf_module_rw_engine.cc410 StatusTuple BPFModule::sscanf(string fn_name, const char *str, void *val) { in sscanf()
423 StatusTuple BPFModule::snprintf(string fn_name, char *str, size_t sz, in snprintf()
/external/tensorflow/tensorflow/core/framework/
Dgraph_to_functiondef.cc156 const string& fn_name, const NodeNameMapping& node_names, in FillFunctionBody()
367 Status GraphToFunctionDef(const Graph& fn_body, const string& fn_name, in GraphToFunctionDef()

123