Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 375 for zout (0.04 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/mlir_bridge_pass_util_test.cc

    FunctionDef PassThroughResource() {
      return FunctionDefHelper::Define(
          /*function_name=*/"PassThroughResource",
          /*arg_def=*/{"in: resource"},
          /*ret_def=*/{"out: resource"},
          /*attr_def=*/{},
          /*node_def=*/
          {{{"out"}, "Identity", {"in"}, {{"T", DataType::DT_RESOURCE}}}});
    }
    
    TEST(IsSupportedByNonReplicatedBridge, NonReplicatedGraph) {
      const FunctionDef& fd = PassThroughResource();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 19:51:50 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/CppApplicationInitIntegrationTest.groovy

                #include <stdlib.h>
                #include "hola.h"
    
                std::string hola() {
                    return std::string("Hola, Mundo!");
                }
    
                int main () {
                    std::cout << hola() << std::endl;
                    return 0;
                }
            """
            subprojectDir.file("src/main/headers/hola.h") << """
                #include <string>
    
                extern std::string hola();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 20:10:55 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. pilot/pkg/security/authz/builder/testdata/http/allow-full-rule-out.yaml

    Jackie Elliott <******@****.***> 1713578333 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. pilot/pkg/security/authz/builder/testdata/http/extended-allow-path-out.yaml

    Jackie Elliott <******@****.***> 1713578333 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 20 01:58:53 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/aot/compile.cc

      if (flags.dump_fetch_nodes) {
        std::set<string> nodes;
        for (const tf2xla::Fetch& fetch : config.fetch()) {
          nodes.insert(fetch.id().node_name());
        }
        std::cout << absl::StrJoin(nodes, ",");
        return absl::OkStatus();
      }
    
      // Read and initialize the graph.
      if (flags.graph.empty()) {
        return errors::InvalidArgument("Must specify --graph");
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 08:28:57 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  6. pilot/pkg/security/authz/builder/testdata/http/extended-allow-full-rule-out.yaml

    Kuat <******@****.***> 1714759362 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 18:02:42 UTC 2024
    - 39K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfrt/ir/tfrt_fallback_async.td

              shared_name = "shared_name",
              batching_queue = "batching_queue",
              enable_large_batch_splitting = false,
              Tin = [f32],
              Tcaptured = [f32],
              Tout = [f32]} : 1
    
        Note that the trailing number indicates the number of results.
      }];
    
      let arguments = (ins
        Variadic<TFTensorType>:$args,
        StrAttr:$device,
        SymbolRefAttr:$f,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 15:01:21 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  8. src/encoding/json/encode_test.go

    			vf = float32(f)
    		}
    		bout, err := Marshal(vf)
    		if err != nil {
    			t.Errorf("Marshal(%T(%g)) error: %v", vf, vf, err)
    			nfail++
    			return
    		}
    		out := string(bout)
    
    		// result must convert back to the same float
    		g, err := strconv.ParseFloat(out, bits)
    		if err != nil {
    			t.Errorf("ParseFloat(%q) error: %v", out, err)
    			nfail++
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  9. pkg/controller/apis/config/zz_generated.deepcopy.go

    	out.AttachDetachController = in.AttachDetachController
    	out.CSRSigningController = in.CSRSigningController
    	out.DaemonSetController = in.DaemonSetController
    	out.DeploymentController = in.DeploymentController
    	out.StatefulSetController = in.StatefulSetController
    	out.DeprecatedController = in.DeprecatedController
    	out.EndpointController = in.EndpointController
    	out.EndpointSliceController = in.EndpointSliceController
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  10. .idea/kotlinTestDataPluginTestDataPaths.xml

                </array>
              </value>
            </entry>
            <entry key="$PROJECT_DIR$/js/js.translator/testData/lineNumbers">
              <value>
                <array>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 15 15:09:42 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top