HomeSort by relevance Sort by last modified time
    Searched refs:prop_kind (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
mkl_softmax_op.cc 34 using mkldnn::prop_kind;
94 auto softmax_fwd_desc = softmax_forward::desc(prop_kind::forward_scoring,
mkl_fused_batch_norm_op.cc 33 using mkldnn::prop_kind;
    [all...]
mkl_conv_ops.h 46 using mkldnn::prop_kind;
441 prop_kind::forward, convolution_direct, fwd_input_md, fwd_filter_md,
mkl_avgpooling_op.cc 36 using mkldnn::prop_kind;
508 prop_kind::forward, algorithm::pooling_avg_exclude_padding,
602 prop_kind::forward, algorithm::pooling_avg_exclude_padding,
mkl_conv_ops.cc 48 using mkldnn::prop_kind;
608 prop_kind::forward, convolution_direct, src.GetOpMemDesc(),
629 prop_kind::forward, convolution_direct, src.GetOpMemDesc(),
    [all...]
mkl_maxpooling_op.cc 35 using mkldnn::prop_kind;
552 prop_kind::forward, algorithm::pooling_max,
665 prop_kind::forward, algorithm::pooling_max, original_input_md,
    [all...]
mkl_relu_op.cc 38 using mkldnn::prop_kind;
416 prop_kind::forward_training,
570 auto relu_fwd_desc = relu_forward::desc(prop_kind::forward_training,
    [all...]
mkl_lrn_op.cc 46 using mkldnn::prop_kind;
813 auto lrn_desc = lrn_forward::desc(prop_kind::forward, lrn_across_channels,
    [all...]
mkl_conv_grad_filter_ops.cc 50 using mkldnn::prop_kind;
mkl_conv_grad_input_ops.cc 51 using mkldnn::prop_kind;
  /external/v8/src/ast/
prettyprinter.cc 927 const char* prop_kind = nullptr; local
930 prop_kind = "METHOD";
933 prop_kind = "GETTER";
936 prop_kind = "SETTER";
939 prop_kind = "FIELD";
944 prop_kind);
1009 const char* prop_kind = nullptr; local
1012 prop_kind = "CONSTANT";
1015 prop_kind = "COMPUTED";
1018 prop_kind = "MATERIALIZED_LITERAL"
    [all...]

Completed in 514 milliseconds