/external/tensorflow/tensorflow/core/kernels/ |
D | functional_ops.cc | 36 Status Instantiate(FunctionLibraryRuntime* lib, const NameAttrList& func, in Instantiate() function 38 return lib->Instantiate(func.name(), AttrSlice(&func.attr()), handle); in Instantiate() 118 OP_REQUIRES_OK(ctx, Instantiate(lib, *func, &then_handle_)); in FunctionalIf() 120 OP_REQUIRES_OK(ctx, Instantiate(lib, *func, &else_handle_)); in FunctionalIf() 213 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, cond_func_, &cond_handle), in ComputeAsync() 215 OP_REQUIRES_OK_ASYNC(ctx, Instantiate(lib, body_func_, &body_handle), in ComputeAsync()
|
D | function_ops.cc | 241 ctx, lib->Instantiate(kGradientOp, AttrSlice(def()), &handle), done); in ComputeAsync() 310 lib->Instantiate(func_.name(), AttrSlice(&attr_values), in ComputeAsync()
|
D | critical_section.cc | 176 s = function_library->Instantiate(func_->name(), AttrSlice(&func_->attr()), in ExecuteFunction()
|
/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()
|
D | generator.py | 528 code = "".join([operand.Instantiate() for operand in self.operands])
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | cluster_function_library_runtime_test.cc | 58 Status Instantiate(const string& function_name, in Instantiate() function in tensorflow::ClusterFunctionLibraryRuntimeTest 63 return cluster_flr_->Instantiate(function_name, lib_def, attrs, options, in Instantiate() 73 TF_RETURN_IF_ERROR(cluster_flr_->Instantiate(function_name, lib_def, attrs, in InstantiateAndRun()
|
D | cluster_function_library_runtime.h | 35 Status Instantiate(const string& function_name,
|
D | cluster_function_library_runtime.cc | 120 Status ClusterFunctionLibraryRuntime::Instantiate( in Instantiate() function in tensorflow::ClusterFunctionLibraryRuntime
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_test.cc | 191 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anon0b6e72de0111::FunctionLibraryRuntimeTest 194 return flr->Instantiate(name, attrs, handle); in Instantiate() 197 Status Instantiate(FunctionLibraryRuntime* flr, const string& name, in Instantiate() function in tensorflow::__anon0b6e72de0111::FunctionLibraryRuntimeTest 201 return flr->Instantiate(name, attrs, options, handle); in Instantiate() 219 Status status = flr->Instantiate(name, attrs, options, &handle); in InstantiateAndRun() 272 Status status = flr->Instantiate(name, attrs, &handle); in InstantiateAndRunViaCallFrameInterface() 307 Status status = flr->Instantiate(name, attrs, &handle); in GetFuncBody() 323 Status status = flr->Instantiate(func, attrs, &handle); in GetGradBody() 443 TF_CHECK_OK(Instantiate(flr0_, "RandomUniformWrapper", {}, &handle)); in TEST_F() 460 Instantiate(flr0_, "RandomUniformWrapper", {}, &handle_non_isolated)); in TEST_F() [all …]
|
D | process_function_library_runtime.cc | 214 Status ProcessFunctionLibraryRuntime::Instantiate( in Instantiate() function in tensorflow::ProcessFunctionLibraryRuntime 221 return flr->Instantiate(function_name, attrs, options, handle); in Instantiate() 229 TF_RETURN_IF_ERROR(parent_->Instantiate(function_name, *lib_def_, attrs, in Instantiate()
|
D | function.cc | 153 Status Instantiate(const string& function_name, AttrSlice attrs, 382 Instantiate(ndef.op(), AttrSlice(&ndef.attr()), options, &handle)); in CreateKernel() 453 Instantiate(func.name(), AttrSlice(&func.attr()), options, &f_handle)); in InstantiateSymbolicGradient() 472 Status FunctionLibraryRuntimeImpl::Instantiate( in Instantiate() function in tensorflow::FunctionLibraryRuntimeImpl 476 return parent_->Instantiate(function_name, attrs, options, handle); in Instantiate() 506 return Instantiate(grad, AttrSlice(&func.attr()), options, handle); in Instantiate() 1320 Status s = lib->Instantiate(node->type_string(), node->attrs(), &handle); in ExpandInlineFunctions()
|
D | process_function_library_runtime.h | 108 Status Instantiate(const string& function_name, AttrSlice attrs,
|
D | process_function_library_runtime_test.cc | 57 proc_flr_->Instantiate(name, attrs, instantiate_opts, &handle); in Run()
|
/external/clang/test/Parser/ |
D | cxx-template-decl.cpp | 160 void Instantiate() { L<0>::O<int>::Fun(0); } 207 void Instantiate() {
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 447 virtual Status Instantiate(const string& function_name, AttrSlice attrs, 450 Status Instantiate(const string& function_name, AttrSlice attrs, in Instantiate() function 452 return Instantiate(function_name, attrs, {}, handle); in Instantiate() 570 virtual Status Instantiate(
|
/external/tensorflow/tensorflow/contrib/data/kernels/ |
D | prefetching_kernels.cc | 79 Status Instantiate() LOCKS_EXCLUDED(mu_) { in Instantiate() function in tensorflow::FunctionBufferingResource 88 return lib_->Instantiate(func_.name(), AttrSlice(&attr_values), opts, in Instantiate() 284 OP_REQUIRES_OK(ctx, buffer->Instantiate()); in Compute()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | create_xla_launch_op.cc | 55 flr->Instantiate(ndef.op(), AttrSlice(&ndef.attr()), &handle)); in CreateXlaLaunchOp()
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
D | estimators.md | 101 3. **Instantiate the relevant pre-made Estimator.** For example, here's 104 # Instantiate an estimator, passing the feature columns. 163 # Instantiate a Keras inception v3 model.
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | function_ops.cc | 72 ctx, lib->Instantiate(kGradientOp, AttrSlice(&def().attr()), &handle_), in ComputeAsync()
|
/external/libese/ |
D | README.md | 28 Instantiate in a function with:
|
/external/clang/test/SemaCXX/ |
D | new-delete.cpp | 333 namespace Instantiate { namespace
|
/external/vixl/test/aarch32/config/ |
D | template-assembler-negative-aarch32.cc.in | 116 // Instantiate tests for each instruction in the list.
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | captured_function.cc | 171 TF_RETURN_IF_ERROR(lib_->Instantiate(func_.name(), AttrSlice(&func_.attr()), in MaybeInstantiate()
|
/external/selinux/secilc/docs/ |
D | cil_call_macro_statements.md | 7 Instantiate a [macro](#macro) within the current namespace. There may be zero or more parameters pa…
|
/external/v8/src/ |
D | api-natives.cc | 45 MaybeHandle<Object> Instantiate(Isolate* isolate, Handle<Object> data, in Instantiate() function 96 Instantiate(isolate, prop_data, name), Object); in DefineDataProperty()
|