Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 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. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. cluster/gce/windows/k8s-node-setup.psm1

          MustDownload-File -OutFile $install_dir\td.zip -URLs $url
    
          cd $install_dir
          Log-Output 'Extracting Logging agent'
          Expand-Archive td.zip
          mv .\td\td-agent-bit-${LOGGINGAGENT_VERSION}-win64\ $LOGGINGAGENT_ROOT
          cd C:\
          Remove-Item -Force -Recurse $install_dir
      }
    
      # Download Logging exporter if needed
      if (ShouldWrite-File $LOGGINGEXPORTER_ROOT\flb-exporter.exe) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  9. cmd/batch-handlers.go

    	TraceVersionID() string
    }
    
    // TraceObjName returns name of object being traced
    func (td ObjectToDelete) TraceObjName() string {
    	return td.ObjectName
    }
    
    // TraceVersionID returns version-id of object being traced
    func (td ObjectToDelete) TraceVersionID() string {
    	return td.VersionID
    }
    
    // TraceObjName returns name of object being traced
    func (oi ObjectInfo) TraceObjName() string {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 56K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            def otherTask = Mock(Task)
            def otherTaskSet = [otherTask] as Set
            def dependentProject = Mock(Project)
            otherTask.project >> dependentProject
    
            when:
            def td = configuration.getTaskDependencyFromProjectDependency(false, "testit")
    
            and:
            rootProject.getTasksByName("testit", true) >> otherTaskSet
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
Back to top