Searched refs:do_not_cache (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | mkl_conv_grad_input_ops.cc | 246 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()
|
D | mkl_conv_grad_filter_ops.cc | 302 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()
|
D | mkl_conv_ops.cc | 324 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/ |
D | templates.h | 126 DECL_BOOLEAN_ACCESSORS(do_not_cache)
|
D | templates-inl.h | 57 BOOL_ACCESSORS(FunctionTemplateInfo, flag, do_not_cache, kDoNotCacheBit) in ACCESSORS()
|
/external/v8/src/ |
D | api-natives.cc | 68 !FunctionTemplateInfo::cast(*getter)->do_not_cache()); in DefineAccessorProperty() 70 !FunctionTemplateInfo::cast(*setter)->do_not_cache()); in DefineAccessorProperty()
|
D | api.cc | 1357 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()
|