/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_threadpool_test.cc | 110 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anonaa65071b0111::FunctionLibraryRuntimeTest 113 return flr->Instantiate(name, attrs, handle); in Instantiate() 116 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anonaa65071b0111::FunctionLibraryRuntimeTest 120 return flr->Instantiate(name, attrs, options, handle); in Instantiate() 139 Status status = flr->Instantiate(name, attrs, options, &handle); in InstantiateAndRun() 221 TF_CHECK_OK(Instantiate(flr0_, "XTimesTwo", {{"T", DT_FLOAT}}, &h)); in TEST_F()
|
D | process_function_library_runtime_test.cc | 46 Status Instantiate(const string& function_name, in Instantiate() function in tensorflow::__anonbd125a7f0111::TestClusterFLR 98 Status Instantiate( in Instantiate() function in tensorflow::__anonbd125a7f0111::ProcessFunctionLibraryRuntimeTest 102 return proc_flr_->Instantiate(name, attrs, instantiate_opts, handle); in Instantiate() 160 proc_flr_->Instantiate(name, attrs, instantiate_opts, &handle); in Run() 369 TF_CHECK_OK(Instantiate("FindDevice", in TEST_F() 374 TF_CHECK_OK(Instantiate("FindDevice", in TEST_F() 380 TF_CHECK_OK(Instantiate("FindDevice", in TEST_F() 400 TF_CHECK_OK(Instantiate( in TEST_F() 570 Status status = proc_flr_->Instantiate( in TEST_F() 585 Status status = proc_flr_->Instantiate( in TEST_F()
|
D | function_test.cc | 207 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anona9a56aea0111::FunctionLibraryRuntimeTest 210 return flr->Instantiate(name, attrs, handle); in Instantiate() 213 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anona9a56aea0111::FunctionLibraryRuntimeTest 217 return flr->Instantiate(name, attrs, options, handle); in Instantiate() 236 Status status = flr->Instantiate(name, attrs, options, &handle); in InstantiateAndRun() 296 Status status = flr->Instantiate(name, attrs, &handle); in InstantiateAndRunViaCallFrameInterface() 331 Status status = flr->Instantiate(name, attrs, &handle); in GetFuncBody() 347 Status status = flr->Instantiate(func, attrs, &handle); in GetGradBody() 517 TF_CHECK_OK(Instantiate(flr0_, "RandomUniformWrapper", {}, &handle)); in TEST_F() 534 Instantiate(flr0_, "RandomUniformWrapper", {}, &handle_non_isolated)); in TEST_F() [all …]
|
D | function.cc | 174 Status Instantiate(const string& function_name, AttrSlice attrs, 214 Status FunctionLibraryRuntimeOverlay::Instantiate( in Instantiate() function in tensorflow::FunctionLibraryRuntimeOverlay 222 return base_flr_->Instantiate(function_name, attrs, options_copy, handle); in Instantiate() 224 return base_flr_->Instantiate(function_name, attrs, options, handle); in Instantiate() 317 Status Instantiate(const string& function_name, AttrSlice attrs, 569 Instantiate(ndef.op(), AttrSlice(&ndef.attr()), options, &handle)); in CreateKernel() 638 Instantiate(func.name(), AttrSlice(&func.attr()), options, &f_handle)); in InstantiateSymbolicGradient() 666 Status FunctionLibraryRuntimeImpl::Instantiate( in Instantiate() function in tensorflow::FunctionLibraryRuntimeImpl 670 return parent_->Instantiate(function_name, attrs, options, handle); in Instantiate() 714 return Instantiate(grad, AttrSlice(&func.attr()), options, handle); in Instantiate() [all …]
|
D | process_function_library_runtime.cc | 52 init_result_ = parent->Instantiate(function_name, lib_def, attrs, options, in DistributedInit() 686 TF_RETURN_IF_ERROR(target_flr->Instantiate( in InstantiateMultiDevice() 805 Status ProcessFunctionLibraryRuntime::Instantiate( in Instantiate() function in tensorflow::ProcessFunctionLibraryRuntime 816 return flr->Instantiate(function_name, attrs, options, handle); in Instantiate()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | functional_ops.cc | 38 Status Instantiate(FunctionLibraryRuntime* lib, const NameAttrList& func, in Instantiate() function 40 return lib->Instantiate(func.name(), AttrSlice(&func.attr()), handle); in Instantiate() 152 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, then_func_, &then_handle), done); in ComputeAsync() 153 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, else_func_, &else_handle), done); in ComputeAsync() 240 ctx, Instantiate(lib, branch_funcs_[i], &branch_handles[i]), done); in ComputeAsync() 346 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, cond_func_, &cond_handle), done); in ComputeAsync() 347 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, body_func_, &body_handle), done); in ComputeAsync() 505 OP_REQUIRES_OK(ctx, Instantiate(lib, *func, &body_handle_)); in ForOp()
|
D | partitioned_function_ops.cc | 108 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, ctx, &inputs, &handle), done); in ComputeAsync() 153 Status PartitionedCallOp::Instantiate(FunctionLibraryRuntime* lib, in Instantiate() function in tensorflow::PartitionedCallOp 206 lib->Instantiate(func_->name(), AttrSlice(&func_->attr()), opts, handle)); in Instantiate()
|
D | partitioned_function_ops.h | 48 Status Instantiate(FunctionLibraryRuntime* lib, OpKernelContext* ctx,
|
D | function_ops.cc | 249 ctx, lib->Instantiate(kGradientOp, AttrSlice(def()), &handle), done); in ComputeAsync() 336 lib->Instantiate(func_.name(), AttrSlice(&attr_values), in ComputeAsync()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function_handle_cache.cc | 34 Status FunctionHandleCache::Instantiate( in Instantiate() function in tensorflow::data::FunctionHandleCache 47 lib_->Instantiate(function_name, attrs, options, handle)); in Instantiate()
|
D | function.h | 586 virtual Status Instantiate(const string& function_name, AttrSlice attrs, 589 Status Instantiate(const string& function_name, AttrSlice attrs, in Instantiate() function 591 return Instantiate(function_name, attrs, {}, handle); in Instantiate() 728 virtual Status Instantiate(
|
D | function_handle_cache.h | 34 Status Instantiate(const string& function_name, AttrSlice attrs,
|
/external/vixl/tools/test_generator/ |
D | data_types.py | 71 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/ |
D | generator_dataset_op.cc | 88 dataset()->init_func_->Instantiate(ctx, &instantiated_init_func_)); in Initialize() 90 dataset()->next_func_->Instantiate(ctx, &instantiated_next_func_)); in Initialize() 91 TF_RETURN_IF_ERROR(dataset()->finalize_func_->Instantiate( in Initialize()
|
D | captured_function.h | 144 Status Instantiate(IteratorContext* ctx,
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | cluster_function_library_runtime_test.cc | 59 Status Instantiate(const string& function_name, in Instantiate() function in tensorflow::ClusterFunctionLibraryRuntimeTest 64 return cluster_flr_->Instantiate(function_name, lib_def, attrs, options, in Instantiate() 74 TF_RETURN_IF_ERROR(cluster_flr_->Instantiate(function_name, lib_def, attrs, in InstantiateAndRun()
|
D | cluster_function_library_runtime.h | 37 Status Instantiate(const string& function_name,
|
/external/clang/test/Parser/ |
D | cxx-template-decl.cpp | 160 void Instantiate() { L<0>::O<int>::Fun(0); } 207 void Instantiate() {
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | const_analysis.cc | 144 TF_RETURN_IF_ERROR(flib_runtime->Instantiate( in GetCompileTimeConstInputs() 146 TF_RETURN_IF_ERROR(flib_runtime->Instantiate( in GetCompileTimeConstInputs()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | group_by_reducer_dataset_op.cc | 194 TF_RETURN_IF_ERROR(dataset()->captured_key_func_->Instantiate( in Initialize() 196 TF_RETURN_IF_ERROR(dataset()->captured_init_func_->Instantiate( in Initialize() 198 TF_RETURN_IF_ERROR(dataset()->captured_reduce_func_->Instantiate( in Initialize() 200 TF_RETURN_IF_ERROR(dataset()->captured_finalize_func_->Instantiate( in Initialize()
|
D | group_by_window_dataset_op.cc | 179 TF_RETURN_IF_ERROR(dataset()->captured_key_func_->Instantiate( in Initialize() 181 TF_RETURN_IF_ERROR(dataset()->captured_reduce_func_->Instantiate( in Initialize() 183 TF_RETURN_IF_ERROR(dataset()->captured_window_size_func_->Instantiate( in Initialize()
|
/external/u-boot/doc/SPI/ |
D | README.altera_spi | 2 - Instantiate EPCS/EPCQx1 Serial flash controller in QSys and rebuild
|
/external/libtextclassifier/lang_id/common/fel/ |
D | feature-extractor.h | 341 static Self *Instantiate(const GenericFeatureExtractor *extractor, in Instantiate() function 445 NES *f = NES::Instantiate(extractor, &sub, prefix); in CreateNested() 629 Function *function = Function::Instantiate(this, &fd, ""); in InitializeFeatureFunctions()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | function_ops.cc | 73 ctx, lib->Instantiate(kGradientOp, AttrSlice(&def().attr()), &handle_), in ComputeAsync()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | create_xla_launch_op.cc | 123 flr->Instantiate(node_def.op(), AttrSlice(&node_def.attr()), &handle)); in GetBodyAndConstantsAndResources()
|