Home
last modified time | relevance | path

Searched refs:ffn (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/
Dfunction-types-calling-conv.lldbinit2 target variable ffn
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dfunction-types-calling-conv.cpp19 auto ffn = &FastcallFn; variable
/external/compiler-rt/lib/profile/
DGCDAProfiling.c565 void llvm_gcov_init(writeout_fn wfn, flush_fn ffn) { in llvm_gcov_init() argument
571 if (ffn) in llvm_gcov_init()
572 llvm_register_flush_function(ffn); in llvm_gcov_init()
/external/tensorflow/tensorflow/python/keras/benchmarks/keras_examples_benchmarks/
Dtext_classification_transformer_benchmark_test.py200 self.ffn = tf.keras.Sequential([
213 ffn_output = self.ffn(out1)