Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc34 Status FunctionHandleCache::Instantiate( in Instantiate() function in tensorflow::data::FunctionHandleCache
Dfunction.h589 Status Instantiate(const string& function_name, AttrSlice attrs, in Instantiate() function
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_threadpool_test.cc110 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anonaa65071b0111::FunctionLibraryRuntimeTest
116 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anonaa65071b0111::FunctionLibraryRuntimeTest
Dprocess_function_library_runtime_test.cc46 Status Instantiate(const string& function_name, in Instantiate() function in tensorflow::__anonbd125a7f0111::TestClusterFLR
98 Status Instantiate( in Instantiate() function in tensorflow::__anonbd125a7f0111::ProcessFunctionLibraryRuntimeTest
Dfunction.cc214 Status FunctionLibraryRuntimeOverlay::Instantiate( in Instantiate() function in tensorflow::FunctionLibraryRuntimeOverlay
666 Status FunctionLibraryRuntimeImpl::Instantiate( in Instantiate() function in tensorflow::FunctionLibraryRuntimeImpl
Dprocess_function_library_runtime.cc805 Status ProcessFunctionLibraryRuntime::Instantiate( in Instantiate() function in tensorflow::ProcessFunctionLibraryRuntime
Dfunction_test.cc207 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anona9a56aea0111::FunctionLibraryRuntimeTest
213 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anona9a56aea0111::FunctionLibraryRuntimeTest
/external/vixl/tools/test_generator/
Ddata_types.py71 def Instantiate(): member in OperandBase
118 def Instantiate(self): member in Operand
160 def Instantiate(self): member in OperandWrapper
/external/tensorflow/tensorflow/core/kernels/
Dpartitioned_function_ops.cc153 Status PartitionedCallOp::Instantiate(FunctionLibraryRuntime* lib, in Instantiate() function in tensorflow::PartitionedCallOp
Dfunctional_ops.cc38 Status Instantiate(FunctionLibraryRuntime* lib, const NameAttrList& func, in Instantiate() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime.cc120 Status ClusterFunctionLibraryRuntime::Instantiate( in Instantiate() function in tensorflow::ClusterFunctionLibraryRuntime
Dcluster_function_library_runtime_test.cc59 Status Instantiate(const string& function_name, in Instantiate() function in tensorflow::ClusterFunctionLibraryRuntimeTest
/external/libtextclassifier/lang_id/common/fel/
Dfeature-extractor.h341 static Self *Instantiate(const GenericFeatureExtractor *extractor, in Instantiate() function
/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc131 Status CapturedFunction::Instantiate( in Instantiate() function in tensorflow::data::CapturedFunction
/external/clang/test/SemaCXX/
Dnew-delete.cpp333 namespace Instantiate { namespace
/external/v8/src/
Dapi-natives.cc49 MaybeHandle<Object> Instantiate( in Instantiate() function
/external/v8/src/objects/
Dmodule.cc440 bool Module::Instantiate(Isolate* isolate, Handle<Module> module, in Instantiate() function in v8::internal::Module