Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 109 for TD (0.04 sec)

  1. 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)
  2. tensorflow/compiler/mlir/tensorflow/BUILD

        licenses = ["notice"],
    )
    
    exports_files([
        "ir/tf_generated_ops.td",
        "ir/tf_op_base.td",
        "ir/tf_op_interfaces.td",
        "ir/tf_ops.td",
    ])
    
    td_library(
        name = "tensorflow_ops_td_files",
        srcs = [
            "ir/tf_generated_ops.td",
            "ir/tf_op_base.td",
            "ir/tf_op_interfaces.td",
            "ir/tf_ops.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:28:13 UTC 2024
    - 47.7K bytes
    - Viewed (0)
  3. src/net/rpc/debug.go

    	{{range .}}
    	<hr>
    	Service {{.Name}}
    	<hr>
    		<table>
    		<th align=center>Method</th><th align=center>Calls</th>
    		{{range .Method}}
    			<tr>
    			<td align=left font=fixed>{{.Name}}({{.Type.ArgType}}, {{.Type.ReplyType}}) error</td>
    			<td align=center>{{.Type.NumCalls}}</td>
    			</tr>
    		{{end}}
    		</table>
    	{{end}}
    	</body>
    	</html>`
    
    var debug = template.Must(template.New("RPC debug").Parse(debugText))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. tests/integration/security/ca_custom_root/trust_domain_validation_test.go

    								TLS: echo.TLS{
    									Cert: trustDomains[td].cert,
    									Key:  trustDomains[td].key,
    								},
    							}
    							if port == passThrough {
    								// Manually make the request for pass through port.
    								opt = echo.CallOptions{
    									ToWorkload: server,
    									Port:       echo.Port{Name: tcpWL},
    									TLS: echo.TLS{
    										Cert: trustDomains[td].cert,
    										Key:  trustDomains[td].key,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  5. tools/packaging/common/gcp_envoy_bootstrap.json

    {
      "node": {
        {{ if (index .metadata.Labels "td.networking.gke.io/mesh-name") }}
          "id": "projects/{{ .gcp_project_number }}/networks/mesh:{{ (index .metadata.Labels "td.networking.gke.io/mesh-name") }}/nodes/{{ .nodeID}}",
        {{ else if (index .metadata.Labels "td.networking.gke.io/gateway-name") }}
          "id": "projects/{{ .gcp_project_number }}/networks/scope:{{ (index .metadata.Labels "td.networking.gke.io/gateway-name") }}/nodes/{{ .nodeID}}",
        {{ else }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 6.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. samples/bookinfo/src/productpage/templates/productpage.html

                      <tr>
                        <td class="whitespace-nowrap py-2 pl-4 pr-3 text-sm text-gray-500 sm:pl-0">{{ details['ISBN-10'] }}</td>
                        <td class="whitespace-nowrap px-2 py-2 text-sm font-medium text-gray-900">{{ details.publisher }}</td>
                        <td class="whitespace-nowrap px-2 py-2 text-sm text-gray-900">{{ details.pages }}</td>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

        ],
    )
    
    td_library(
        name = "quant_td_files",
        srcs = [
            "passes/lift_quantizable_spots_as_functions_fusion.td",
            "passes/lift_quantizable_spots_as_functions_simple.td",
            "passes/optimize_graph.td",
            "passes/remove_sharding_custom_call.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  9. maven-embedder/src/test/java/org/apache/maven/cli/CLIManagerDocumentationTest.java

                    } else {
                        sb.append(' ');
                    }
                }
                sb.append("</code>");
    
                sb.append("</td>");
                sb.append("<td>");
                sb.append(option.getDescription());
                sb.append("</td>");
    
                sb.append("</tr>");
                sb.append(LS);
            }
            sb.append("</table>");
            return sb.toString();
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:06:12 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

        srcs = [
            "optimize.td",
        ],
    )
    
    gentbl_cc_library(
        name = "tensorflow_optimize_inc_gen",
        compatible_with = get_compatible_with_portable(),
        tbl_outs = [
            (
                ["-gen-rewriters"],
                "generated_optimize.inc",
            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "optimize.td",
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top