Home
last modified time | relevance | path

Searched defs:create_function (Results 1 – 17 of 17) sorted by relevance

/external/ComputeLibrary/tests/framework/
DFramework.h362 using create_function = std::unique_ptr<Instrument>(); variable
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_reader_test.cc62 const TensorSliceWriter::CreateBuilderFunction& create_function, in SimpleFloatHelper()
186 const TensorSliceWriter::CreateBuilderFunction& create_function, in SimpleIntXHelper()
490 const TensorSliceWriter::CreateBuilderFunction& create_function, in CachedTensorSliceReaderTesterHelper()
/external/pytorch/torchgen/dest/
Dlazy_ir.py191 def create_function(self, schema: LazyIrSchema, node_ctor_args: str) -> str: member in GenLazyIR
358 def create_function(self, schema: LazyIrSchema, node_ctor_args: str) -> str: member in GenTSLazyIR
/external/mesa3d/src/mapi/glapi/gen/
Dmarshal_XML.py39 def create_function(self, element, context): member in marshal_item_factory
DglX_XML.py35 def create_function(self, element, context): member in glx_item_factory
Dgl_XML.py854 def create_function(self, element, context): member in gl_item_factory
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c98 create_function(struct radv_shader_context *ctx, gl_shader_stage stage, bool has_previous_stage) in create_function() function
/external/javasqlite/src/main/java/SQLite/
DDatabase.java466 public void create_function(String name, int nargs, Function f) { in create_function() method in Database
/external/tensorflow/tensorflow/c/
Dkernels.cc47 void* (*create_function)(TF_OpKernelConstruction*); member
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp668 nir_visitor::create_function(ir_function_signature *ir) in create_function() function in nir_visitor
/external/python/cpython3/Lib/test/
Dtest_weakref.py41 def create_function(): function
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2586 val create_function : llmodule -> [ `Function ] t val
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3ext.h82 int (*create_function)(sqlite3*,const char*,int,int,void*, member
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3ext.h82 int (*create_function)(sqlite3*,const char*,int,int,void*, member
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3ext.h82 int (*create_function)(sqlite3*,const char*,int,int,void*, member
/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3ext.h82 int (*create_function)(sqlite3*,const char*,int,int,void*, member
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0_ext.rs1565 pub create_function: ::std::option::Option< field