Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for doccomment (0.84 sec)

  1. platforms/documentation/docs/src/docs/css/base.css

    .hl-string { color: #008000; }
    .hl-value { color: #660E7A; }
    .hl-number { color: #0000FF; }
    .hl-keyword { color: #000080; }
    .hl-word { font-style: italic; font-weight: bold; color: #D2691E; }
    .hl-comment, .hl-doccomment { font-style: italic; color: #808080; }
    .hl-annotation { color: #808000; }
    .hl-directive { color: #555; }
    
    /*
     * Single page html
     */
    .book .chapter {
        margin-top: 4em;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

              !ShapedType::isDynamic(std::get<1>(shape_elts.value()))) {
            shape.push_back(std::get<1>(shape_elts.value()));
            refined_shape = true;
            DCOMMENT("-> refining shape element #" << shape_elts.index());
          } else {
            DCOMMENT("-> not refining shape element #" << shape_elts.index());
            shape.push_back(std::get<0>(shape_elts.value()));
          }
        }
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top