Home
last modified time | relevance | path

Searched defs:CreateKey (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/heap/cppgc/
Dvisitor.h21 static constexpr Visitor::Key CreateKey() { return {}; } in CreateKey() function
/external/tensorflow/tensorflow/core/framework/
Drendezvous.cc54 string Rendezvous::CreateKey(const string& src_device, uint64 src_incarnation, in CreateKey() function in tensorflow::Rendezvous
/external/mdnsresponder/mDNSWindows/ControlPanel/
DSecondPage.cpp478 CSecondPage::CreateKey( CString & name, DWORD enabled ) in CreateKey() function in CSecondPage
/external/python/cpython2/Lib/test/
Dtest_winreg.py81 def _write_test_data(self, root_key, CreateKey=CreateKey): argument
/external/tensorflow/tensorflow/core/kernels/
Dmkl_softmax_op.cc159 static string CreateKey(const MklSoftmaxParams& fwdParams) { in CreateKey() function in tensorflow::MklSoftmaxPrimitiveFactory
Dmkl_matmul_ops_common.h303 static string CreateKey(const MklDnnMatMulFwdParams& mkldnn_matmul_fwd_dims) { in CreateKey() function
Dmkl_pooling_ops_common.h183 static string CreateKey(const MklPoolingParams& fwdParams) { in CreateKey() function
335 static string CreateKey(const MklPoolingParams& bwdParams) { in CreateKey() function
Dmkl_slice_op.cc263 static string CreateKey(const MklSliceParams& sliceParams) { in CreateKey() function in tensorflow::MklSlicePrimitiveFactory
Dmkl_fused_batch_norm_op.cc253 static string CreateKey(const MklBatchNormFwdParams& fwdParams) { in CreateKey() function in tensorflow::MklFusedBatchNormFwdPrimitiveFactory
485 static string CreateKey(const MklBatchNormBwdParams& bwdParams) { in CreateKey() function in tensorflow::MklFusedBatchNormBwdPrimitiveFactory
Dmkl_conv_grad_input_ops.cc274 static string CreateKey(const MklConvBwdInputParams& convBwdInputDims) { in CreateKey() function in tensorflow::MklConvBwdInputPrimitiveFactory
Dmkl_quantize_op.cc193 static string CreateKey(const memory* from, const memory* to, in CreateKey() function in tensorflow::MklReorderWithScalePrimitiveFactory
Dmkl_relu_op.cc197 static string CreateKey(const MklEltwiseFwdParams<T>& fwdParams, in CreateKey() function in tensorflow::MklEltwiseFwdPrimitiveFactory
415 static string CreateKey(const MklEltwiseBwdParams<T>& bwdParams, in CreateKey() function in tensorflow::MklEltwiseBwdPrimitiveFactory
Dmkl_conv_grad_filter_ops.cc332 static string CreateKey(const MklConvBwdFilterParams& convBwdFilterDims) { in CreateKey() function in tensorflow::MklConvBwdFilterPrimitiveFactory
Dmkl_concat_op.cc419 static string CreateKey(const MklConcatFwdParams& concat_fwd_dims) { in CreateKey() function in tensorflow::MklConcatFwdPrimitiveFactory
Dmkl_conv_ops.cc393 static string CreateKey(const MklConvFwdParams& convFwdDims) { in CreateKey() function in tensorflow::MklConvFwdPrimitiveFactory
/external/python/cpython3/Lib/test/
Dtest_winreg.py76 CreateKey=CreateKey): argument
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h2081 static string CreateKey(const memory* from, const memory* to) { function