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

  /external/tensorflow/tensorflow/contrib/fused_conv/ops/
fused_conv2d_bias_activation_op.cc 54 string data_format_str, filter_format_str;
56 TF_RETURN_IF_ERROR(c->GetAttr("filter_format", &filter_format_str));
61 FilterFormatFromString(filter_format_str, &filter_format);
  /external/tensorflow/tensorflow/contrib/fused_conv/kernels/
fused_conv2d_bias_activation_op.cc 91 string data_format_str, filter_format_str; local
97 context->GetAttr("filter_format", &filter_format_str));
99 FilterFormatFromString(filter_format_str, &filter_format_),
  /external/tensorflow/tensorflow/core/framework/
common_shape_fns.cc 372 string data_format_str, filter_format_str; local
376 if (!c->GetAttr("filter_format", &filter_format_str).ok()) {
377 filter_format_str = "HWIO";
386 if (!FilterFormatFromString(filter_format_str, &filter_format)) {
388 filter_format_str);
    [all...]

Completed in 440 milliseconds