Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for TD (0.03 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    include "mlir/Interfaces/InferTypeOpInterface.td"
    include "mlir/Interfaces/LoopLikeInterface.td"
    include "mlir/Interfaces/SideEffectInterfaces.td"
    include "mlir/IR/OpAsmInterface.td"
    include "mlir/IR/OpBase.td"
    include "mlir/IR/SymbolInterfaces.td"
    
    class TF_TensorListInitOp<string mnemonic> : TF_Op<mnemonic, [Pure]> {
      let results = (outs
        TF_VariantTensor:$handle
      );
    
      TF_DerivedOperandTypeAttr shape_type = TF_DerivedOperandTypeAttr<0>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    include "mlir/IR/OpBase.td"
    include "mlir/IR/PatternBase.td"
    include "mlir/Dialect/Arith/IR/ArithOps.td"
    include "mlir/Dialect/Func/IR/FuncOps.td"
    include "tensorflow/compiler/mlir/lite/ir/tfl_ops.td"
    include "tensorflow/compiler/mlir/lite/utils/utils.td"
    include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td"
    
    // Checks if the param passed is a F32 ElementsAttr.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  3. fess-crawler/src/test/resources/extractor/eml/sample2.eml

    </tr>
    </tbody>
    </table> </td>
    </tr>
    </tbody>
    </table> </td>
    </tr>
    </tbody>
    </table> </td>
    </tr>
    <tr>
    <td colspan="2" align="left" height="12" style="height:12px;padding:0;margin:0;line-height:1px;font-size:1px;">&nbsp;</td>
    </tr>
    <!-- End user identity -->
    <!-- Tweet -->
    <tr>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 91.6K bytes
    - Viewed (0)
  4. src/main/java/jcifs/smb/SmbFile.java

     * </code></td>
     * <td><code>
     *  smb://host/foo/
     * </code></td>
     * </tr>
     * 
     * <tr>
     * <td width="20%"><code>
     *  smb://host/share/zig/zag
     * </code></td>
     * <td width="20%"><code>
     *  /
     * </code></td>
     * <td><code>
     *  smb://host/
     * </code></td>
     * </tr>
     * 
     * <tr>
     * <td width="20%"><code>
     *  smb://server/
     * </code></td>
     * <td width="20%"><code>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  5. platforms/documentation/docs/src/docs/css/javadoc.css

        float:left;
    }
    .rowColor th, .altColor th {
        font-weight:normal;
    }
    .overviewSummary td, .memberSummary td, .typeSummary td,
    .useSummary td, .constantsSummary td, .deprecatedSummary td,
    .requiresSummary td, .packagesSummary td, .providesSummary td, .usesSummary td {
        text-align:left;
        padding:0px 0px 12px 10px;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/BUILD

        srcs = [
            "transforms/legalize_patterns.td",
            "transforms/legalize_variables.td",
            "transforms/optimize_batch_matmul.td",
            "transforms/optimize_patterns.td",
            "transforms/post_quantize_patterns.td",
            "transforms/prepare_patterns.td",
            "transforms/quantize_patterns.td",
            "transforms/tensorlist_patterns.td",
            "utils/utils.td",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/core/io/CopyUtil.java

     * </tr>
     * <tr>
     * <th>{@link InputStream}</th>
     * <td>バイト</td>
     * <td>文字</td>
     * <td>バイト、文字</td>
     * <td>文字</td>
     * </tr>
     * <tr>
     * <th>{@link Reader}</th>
     * <td>文字</td>
     * <td>文字</td>
     * <td>文字</td>
     * <td>文字</td>
     * </tr>
     * <tr>
     * <th>{@link File}</th>
     * <td>バイト</td>
     * <td>文字</td>
     * <td>バイト、文字</td>
     * <td>文字</td>
     * </tr>
     * <tr>
     * <th>{@link URL}</th>
     * <td>バイト</td>
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/manual.css

    	border-width: 1px 0;
    }
    
    th.halign-left,
    td.halign-left {
    	text-align: left;
    }
    
    th.halign-right,
    td.halign-right {
    	text-align: right;
    }
    
    th.halign-center,
    td.halign-center {
    	text-align: center;
    }
    
    th.valign-top,
    td.valign-top {
    	vertical-align: top;
    }
    
    th.valign-bottom,
    td.valign-bottom {
    	vertical-align: bottom;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * this task depends on</td><td><code>[]</code></td></tr>
         *
         * <tr><td><code>{@value org.gradle.api.Task#TASK_ACTION}</code></td><td>A closure or {@link Action} to add to the
         * task.</td><td><code>null</code></td></tr>
         *
         * <tr><td><code>{@value org.gradle.api.Task#TASK_DESCRIPTION}</code></td><td>A description of the task.
         * </td><td><code>null</code></td></tr>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

                     ...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 04:21:06 UTC 2020
    - 65.7K bytes
    - Viewed (0)
Back to top