Home
last modified time | relevance | path

Searched refs:do_not_cache (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmkl_conv_grad_input_ops.cc246 const MklConvBwdInputParams& convBwdInputDims, bool do_not_cache) { in Get() argument
249 if (do_not_cache) { /* Always allocate primitive */ in Get()
413 bool do_not_cache = MklPrimitiveFactory<T>::IsPrimitiveMemOptEnabled() && in Compute() local
417 do_not_cache); in Compute()
464 if (do_not_cache) { in Compute()
Dmkl_conv_grad_filter_ops.cc302 const MklConvBwdFilterParams& convBwdFilterDims, bool do_not_cache) { in Get() argument
305 if (do_not_cache) { /* Create new primitive always */ in Get()
475 bool do_not_cache = MklPrimitiveFactory<T>::IsPrimitiveMemOptEnabled(); in Compute() local
477 convBwdFilterDims, do_not_cache); in Compute()
593 if (do_not_cache) delete conv_bwd_filter; in Compute()
Dmkl_conv_ops.cc324 const MklConvFwdParams& convFwdDims, bool do_not_cache) { in Get() argument
327 if (do_not_cache) { in Get()
1059 bool do_not_cache = in Compute() local
1081 do_not_cache); in Compute()
1156 if (do_not_cache) delete conv_fwd; in Compute()
/external/v8/src/objects/
Dtemplates.h126 DECL_BOOLEAN_ACCESSORS(do_not_cache)
Dtemplates-inl.h57 BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, kDoNotCacheBit) in ACCESSORS()
/external/v8/src/
Dapi-natives.cc68 !FunctionTemplateInfo::cast(*getter)->do_not_cache()); in DefineAccessorProperty()
70 !FunctionTemplateInfo::cast(*setter)->do_not_cache()); in DefineAccessorProperty()
Dapi.cc1357 bool do_not_cache);
1402 v8::Local<Signature> signature, int length, bool do_not_cache, in FunctionTemplateNew() argument
1410 obj->set_do_not_cache(do_not_cache); in FunctionTemplateNew()
1412 if (!do_not_cache) { in FunctionTemplateNew()
1639 bool do_not_cache) { in ObjectTemplateNew() argument
1648 if (!do_not_cache) { in ObjectTemplateNew()