Home
last modified time | relevance | path

Searched refs:Instantiate (Results 1 – 25 of 76) sorted by relevance

1234

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_threadpool_test.cc110 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anon6d08b3dd0111::FunctionLibraryRuntimeTest
113 return flr->Instantiate(name, attrs, handle); in Instantiate()
116 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anon6d08b3dd0111::FunctionLibraryRuntimeTest
120 return flr->Instantiate(name, attrs, options, handle); in Instantiate()
139 Status status = flr->Instantiate(name, attrs, options, &handle); in InstantiateAndRun()
220 TF_CHECK_OK(Instantiate(flr0_, "XTimesTwo", {{"T", DT_FLOAT}}, &h)); in TEST_F()
Dprocess_function_library_runtime_test.cc52 void Instantiate(const string& function_name, in Instantiate() function in tensorflow::__anon7df932810111::TestClusterFLR
128 Status Instantiate( in Instantiate() function in tensorflow::__anon7df932810111::ProcessFunctionLibraryRuntimeTest
132 return proc_flr_->Instantiate(name, attrs, instantiate_opts, handle); in Instantiate()
191 Status status = pflr->Instantiate(name, attrs, instantiate_opts, &handle); in RunWithRuntime()
435 TF_CHECK_OK(Instantiate("FindDevice", in TEST_F()
443 TF_CHECK_OK(Instantiate("FindDevice", in TEST_F()
449 TF_CHECK_OK(Instantiate("FindDevice", in TEST_F()
468 TF_CHECK_OK(Instantiate( in TEST_F()
640 Status status = proc_flr_->Instantiate( in TEST_F()
654 Status status = proc_flr_->Instantiate( in TEST_F()
[all …]
Dfunction_test.cc213 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anond2259cec0111::FunctionLibraryRuntimeTest
216 return flr->Instantiate(name, attrs, handle); in Instantiate()
219 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anond2259cec0111::FunctionLibraryRuntimeTest
223 return flr->Instantiate(name, attrs, options, handle); in Instantiate()
242 Status status = flr->Instantiate(name, attrs, options, &handle); in InstantiateAndRun()
301 Status status = flr->Instantiate(name, attrs, &handle); in InstantiateAndRunViaCallFrameInterface()
336 Status status = flr->Instantiate(name, attrs, &handle); in GetFuncBody()
352 Status status = flr->Instantiate(func, attrs, &handle); in GetGradBody()
521 TF_CHECK_OK(Instantiate(flr0_, "RandomUniformWrapper", {}, &handle)); in TEST_F()
538 Instantiate(flr0_, "RandomUniformWrapper", {}, &handle_non_isolated)); in TEST_F()
[all …]
Dfunction.cc174 Status Instantiate(const string& function_name, AttrSlice attrs,
219 Status FunctionLibraryRuntimeOverlay::Instantiate( in Instantiate() function in tensorflow::FunctionLibraryRuntimeOverlay
227 return base_flr_->Instantiate(function_name, attrs, options_copy, handle); in Instantiate()
229 return base_flr_->Instantiate(function_name, attrs, options, handle); in Instantiate()
337 Status Instantiate(const string& function_name, AttrSlice attrs,
630 Instantiate(ndef.op(), AttrSlice(&ndef.attr()), options, &handle)); in CreateKernel()
701 Instantiate(func.name(), AttrSlice(&func.attr()), options, &f_handle)); in InstantiateSymbolicGradient()
729 Status FunctionLibraryRuntimeImpl::Instantiate( in Instantiate() function in tensorflow::FunctionLibraryRuntimeImpl
733 return parent_->Instantiate(function_name, attrs, options, handle); in Instantiate()
777 return Instantiate(grad, AttrSlice(&func.attr()), options, handle); in Instantiate()
[all …]
/external/tensorflow/tensorflow/core/framework/
Dfunction_handle_cache.cc36 Status FunctionHandleCache::Instantiate( in Instantiate() function in tensorflow::data::FunctionHandleCache
49 lib_->Instantiate(function_name, attrs, options, handle)); in Instantiate()
Dfunction_handle_cache.h34 Status Instantiate(const string& function_name, AttrSlice attrs,
Dfunction.h642 virtual Status Instantiate(const string& function_name, AttrSlice attrs,
645 Status Instantiate(const string& function_name, AttrSlice attrs, in Instantiate() function
648 return Instantiate(function_name, attrs, *opts, handle); in Instantiate()
835 virtual void Instantiate(
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc40 Status Instantiate(FunctionLibraryRuntime* lib, const NameAttrList& func, in Instantiate() function
42 return lib->Instantiate(func.name(), AttrSlice(&func.attr()), handle); in Instantiate()
138 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, then_func_, &then_handle), done); in ComputeAsync()
139 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, else_func_, &else_handle), done); in ComputeAsync()
232 ctx, Instantiate(lib, branch_funcs_[i], &branch_handles[i]), done); in ComputeAsync()
344 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, cond_func_, &cond_handle), done); in ComputeAsync()
345 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, body_func_, &body_handle), done); in ComputeAsync()
517 OP_REQUIRES_OK(ctx, Instantiate(lib, *func, &body_handle_)); in ForOp()
Dpartitioned_function_ops.cc113 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, ctx, &inputs, &handle), done); in ComputeAsync()
162 Status PartitionedCallOp::Instantiate(FunctionLibraryRuntime* lib, in Instantiate() function in tensorflow::PartitionedCallOp
223 lib->Instantiate(func_->name(), AttrSlice(&func_->attr()), opts, handle)); in Instantiate()
Dpartitioned_function_ops.h48 Status Instantiate(FunctionLibraryRuntime* lib, OpKernelContext* ctx,
Dfunction_ops.cc250 ctx, lib->Instantiate(kGradientOp, AttrSlice(def()), &handle), done); in ComputeAsync()
356 lib->Instantiate(func_name, AttrSlice(&attr_values), in ComputeAsync()
/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
176 operand.Instantiate()
/external/tensorflow/tensorflow/core/kernels/data/
Dgenerator_dataset_op.cc112 dataset()->init_func_->Instantiate(ctx, &instantiated_init_func_)); in Initialize()
114 dataset()->next_func_->Instantiate(ctx, &instantiated_next_func_)); in Initialize()
115 TF_RETURN_IF_ERROR(dataset()->finalize_func_->Instantiate( in Initialize()
/external/clang/test/Parser/
Dcxx-template-decl.cpp160 void Instantiate() { L<0>::O<int>::Fun(0); }
207 void Instantiate() {
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcluster_function_library_runtime_test.cc61 void Instantiate(const string& function_name, in Instantiate() function in tensorflow::ClusterFunctionLibraryRuntimeTest
67 cluster_flr_->Instantiate(function_name, lib_def, attrs, options, in Instantiate()
79 cluster_flr_->Instantiate(function_name, lib_def, attrs, options, &handle, in InstantiateAndRun()
Dcluster_function_library_runtime.h38 void Instantiate(const string& function_name,
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dgroup_by_reducer_dataset_op.cc205 TF_RETURN_IF_ERROR(dataset()->captured_key_func_->Instantiate( in Initialize()
207 TF_RETURN_IF_ERROR(dataset()->captured_init_func_->Instantiate( in Initialize()
209 TF_RETURN_IF_ERROR(dataset()->captured_reduce_func_->Instantiate( in Initialize()
211 TF_RETURN_IF_ERROR(dataset()->captured_finalize_func_->Instantiate( in Initialize()
Dgroup_by_window_dataset_op.cc186 TF_RETURN_IF_ERROR(dataset()->captured_key_func_->Instantiate( in Initialize()
188 TF_RETURN_IF_ERROR(dataset()->captured_reduce_func_->Instantiate( in Initialize()
190 TF_RETURN_IF_ERROR(dataset()->captured_window_size_func_->Instantiate( in Initialize()
/external/u-boot/doc/SPI/
DREADME.altera_spi2 - Instantiate EPCS/EPCQx1 Serial flash controller in QSys and rebuild
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/
DBUILD42 # Instantiate all the tests.
/external/tensorflow/tensorflow/compiler/tf2xla/
Dconst_analysis.cc41 TF_RETURN_IF_ERROR(flib_runtime->Instantiate( in GetFunctionBody()
54 TF_RETURN_IF_ERROR(flib_runtime->Instantiate( in GetFunctionBodies()
/external/libtextclassifier/native/lang_id/common/fel/
Dfeature-extractor.h342 static Self *Instantiate(const GenericFeatureExtractor *extractor, in Instantiate() function
446 NES *f = NES::Instantiate(extractor, &sub, prefix); in CreateNested()
630 Function *function = Function::Instantiate(this, &fd, ""); in InitializeFeatureFunctions()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dcluster_function_library_runtime.h45 void Instantiate(const string& function_name,
/external/v8/src/objects/
Dmodule.h76 static V8_WARN_UNUSED_RESULT bool Instantiate(
/external/tensorflow/tensorflow/compiler/jit/
Dxla_kernel_creator_util.cc97 flr->Instantiate(function.name(), AttrSlice(&function.attr()), &handle)); in GetBodyAndConstantsAndResources()

1234