Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 61 for Warningf (0.3 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

      func.return %0 : tensor<2xi32>
    }
    
    // -----
    
    func.func @testShapeWrongResultDimDynamic(tensor<*xf32>) -> tensor<2xi32> {
    ^bb0(%arg0: tensor<*xf32>):
      // expected-warning @+1 {{has static shape result for unranked operand}}
      %0 = "tf.Shape"(%arg0) {T = "tfdtype$DT_FLOAT", output = "tfdtype$DT_INT32"} : (tensor<*xf32>) -> tensor<2xi32>
      func.return %0 : tensor<2xi32>
    }
    
    // -----
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        func.return %0, %1 : tensor<1x2x3xf32>, tensor<3xf32>
      }
    
      // CHECK-LABEL: func @reused_if_then_branch
      // CHECK-SAME: (%arg0: tensor<*xf32>) -> tensor<*xf32>
      // expected-warning @+1 {{expected control flow function @reused_if_then_branch to have exactly 1 use}}
      func.func @reused_if_then_branch(%arg0: tensor<*xf32>) -> tensor<*xf32> {
        // CHECK: return
        // CHECK-SAME: tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  4. tensorflow/c/c_api.cc

        const string& mutation_warning = session->graph->sessions[session];
        if (!mutation_warning.empty()) {
          // TODO(b/74949947): turn this back into an error status
          LOG(WARNING) << mutation_warning;
          session->graph->sessions[session].clear();
        }
    
        const auto num_nodes = graph.num_node_ids();
        if (session->last_num_graph_nodes < num_nodes) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    will be used. componentLogLevel: "misc:error" # If set, newly injected sidecars will have core dumps enabled. enableCoreDump: false # Log level for proxy, applies to gateways and sidecars. # Expected values are: trace|debug|info|warning|error|critical|off logLevel: warning ########## # The following values are found in other charts. To effectively modify these values, make # # make sure they are consistent across your Istio helm charts # ########## # The customized CA address to retrieve certificates...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

                 << variadic_idx_str << " to match rank of operand"
                 << variadic_idx_str;
      } else if (result_ranked_type.hasStaticShape()) {
        // The operand is an unranked tensor, print a warning if the result
        // is static.
        // Note: We do not handle this situation as an error, this would be too
        // restrictive due to incompleteness of shape inference at this point.
        mlir::InFlightDiagnostic diag =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure-helper.sh

      # shellcheck disable=SC2086
      iptables -w ${command} OUTPUT -p tcp --dport 80 -d ${METADATA_SERVER_IP} -m owner ${invert:-} --uid-owner=${METADATA_SERVER_ALLOWED_UID_RANGE:-0-2999} -j ${action}
    }
    
    # WARNING: DO NOT USE THE FILTER TABLE! Some implementations of network policy
    # think they own it and will stomp all over your changes. At this time, the
    # mangle table is less contentious so use that if possible.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  8. fastapi/applications.py

                assert self.version, "A version must be provided for OpenAPI, e.g.: '2.1.0'"
            # TODO: remove when discarding the openapi_prefix parameter
            if openapi_prefix:
                logger.warning(
                    '"openapi_prefix" has been deprecated in favor of "root_path", which '
                    "follows more closely the ASGI standard, is simpler, and more "
                    "automatic. Check the docs at "
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_pods_test.go

    	testKubelet.kubelet.recorder = fakeRecorder
    	testKubelet.kubelet.secretManager = secret.NewFakeManagerWithSecrets(secrets)
    	defer testKubelet.Cleanup()
    
    	expectedEvent := "Warning FailedToRetrieveImagePullSecret Unable to retrieve some image pull secrets (secretFoo); attempting to pull the image may not succeed."
    
    	testPod := &v1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Namespace:   "nsFoo",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  10. src/cmd/go/alldocs.go

    //		Comma-separated list of toolchain experiments to enable or disable.
    //		The list of available experiments may change arbitrarily over time.
    //		See src/internal/goexperiment/flags.go for currently valid values.
    //		Warning: This variable is provided for the development and testing
    //		of the Go toolchain itself. Use beyond that purpose is unsupported.
    //	GO_EXTLINK_ENABLED
    //		Whether the linker should use external linking mode
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top