Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 33 for respective (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          }
        }
    
        stack_traces_ = LoadTracesFromDebugInfo(debug_info_);
      }
    
      // Returns the inferred function signature of the given function body. Input
      // types are unranked tensor of the respective datatype in the function and
      // result types are inferred by the shape_refiner_. Result types need not be
      // unranked tensors and could be ranked tensors in cases where result type
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	0x0000000102020001,
    }
    
    // regionInclusionNext marks, for each entry in regionInclusionBits, the set of
    // all groups that are reachable from the groups set in the respective entry.
    // Size: 73 bytes, 73 elements
    var regionInclusionNext = [73]uint8{
    	// Entry 0 - 3F
    	0x3e, 0x3f, 0x0b, 0x0b, 0x40, 0x01, 0x0b, 0x01,
    	0x01, 0x01, 0x01, 0x41, 0x0b, 0x0b, 0x16, 0x16,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    practice is to select a proper Trust Domain # value. meshID: "" # Use the user-specified, secret volume mounted key and certs for Pilot and workloads. mountMtlsCerts: false multiCluster: # Set to true to connect two kubernetes clusters via their respective # ingressgateway services when pods in each cluster cannot directly # talk to one another. All clusters should be using Istio mTLS and must # have a shared root CA for this model to work. enabled: false # Should be set to the name of the cluster...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

      // `tensor_shape`. `tfl_pad_values` should be formatted as `[[low_0, high_0],
      // [low_1, high_1], ..., [low_n, high_n]]`, where `low_x` and `high_x` are the
      // low and high paddings for the x-th dimension, respectively.
      SmallVector<int64_t> InferPaddedTensorShape(
          const ArrayRef<int64_t> tensor_shape,
          const ArrayRef<int32_t> tfl_pad_values) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //		include path must be in the same directory as the Go package they are
    //		included from, and overlays will not appear when binaries and tests are
    //		run through go run and go test respectively.
    //	-pgo file
    //		specify the file path of a profile for profile-guided optimization (PGO).
    //		When the special name "auto" is specified, for each main package in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.5.md

      - [beta] PodDisruptionBudget has been promoted to beta, can be used to safely drain nodes while respecting application SLO's ([docs](http://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/)) ([kubernetes/features#85](https://github.com/kubernetes/enhancements/issues/85))
    - **UI**
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

          feature_dim != bias_len) {
        return op.emitOpError()
               << "requires channel dimension and feature dimension to match; "
                  "found "
               << feature_dim << " and " << bias_len << ", respectively";
      }
      return success();
    }
    
    LogicalResult BiasAddOp::UpdateDataFormat(StringRef data_format) {
      return ::mlir::TF::UpdateDataFormat(data_format, this);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    thicknesses of the Glass, which are to 1/4 of an Inch as 34386 to 34385, 34384, 34383, 34382, respectively. And therefore, if the thickness in all these Cases be 1/4 of an Inch (as it is in the Glass of which the Speculum was made) the bright Light of the 34385th Ring shall emerge where the Sine of Refraction is 1172, and that of the 34384th, 34383th, and 34382th Ring where the Sine is 1659, 2031, and 2345 respectively. And in these Angles of Refraction the Light of these Rings shall be propagated from the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

      // outside compilation subgraphs are encapsulated and moved to host graph,
      // control/data edges between them will only be reflected in host graph.
      // From XLA's perspective, two originally dependent clusters are no longer
      // connected, which makes them look like they can be scheduled for execution
      // in arbitrary order even though in fact they must be executed in order
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        input in that dimension.
    
        Both paddings[D, 0] and paddings[D, 1] must be no greater than
        input.dim_size(D) (or input.dim_size(D) - 1)
        if copy_border is true (if false, respectively).
    
        The padded size of each dimension D of the output is:
    
        paddings(D, 0) + input.dim_size(D) + paddings(D, 1)
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top