Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of about 10,000 for covering (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Outputs deterministic pseudorandom random integers from a uniform distribution.
      }];
    
      let description = [{
    The generated values are uniform integers covering the whole range of `dtype`.
    
    The outputs are a deterministic function of `shape` and `seed`.
      }];
    
      let arguments = (ins
        Arg<TF_I32OrI64Tensor, [{The shape of the output tensor.}]>:$shape,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    less, and by consequence it magnified between 30 and 40 times. By another way of measuring I found that it magnified about 35 times. The concave Metal bore an Aperture of an Inch and a third part; but the Aperture was limited not by an opake Circle, covering the Limb of the Metal round about, but by an opake Circle placed between the Eyeglass and the Eye, and perforated in the middle with a little round hole for the Rays to pass through to the Eye. For this Circle by being placed here, stopp'd much of...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  3. src/testdata/Isaac.Newton-Opticks.txt

    and 40 times. By another way of measuring I found that it magnified
    about 35 times. The concave Metal bore an Aperture of an Inch and a
    third part; but the Aperture was limited not by an opake Circle,
    covering the Limb of the Metal round about, but by an opake Circle
    placed between the Eyeglass and the Eye, and perforated in the middle
    with a little round hole for the Rays to pass through to the Eye. For
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1beta1/conversion.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1beta1
    
    import (
    	"unsafe"
    
    	"k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/conversion"
    )
    
    // Convert_Slice_string_To_v1beta1_IncludeObjectPolicy allows converting a URL query parameter value
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 07 15:19:00 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/annotations.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package autoscaling
    
    // MetricSpecsAnnotation is the annotation which holds non-CPU-utilization HPA metric
    // specs when converting the `Metrics` field from autoscaling/v2beta1
    const MetricSpecsAnnotation = "autoscaling.alpha.kubernetes.io/metrics"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 10 16:37:03 UTC 2019
    - 1.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.h

    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #ifndef TENSORFLOW_COMPILER_MLIR_TENSORFLOW_TRANSFORMS_LOWER_TF_H_
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 27 15:05:02 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export.h

    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    // Functionalities for exporting MLIR ModuleOp to TensorFlow SavedModel.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:11:25 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. tools/convert_RbacConfig_to_ClusterRbacConfig.sh

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    set -e
    set -u
    
    # This script is provided to help converting RbacConfig to ClusterRbacConfig automatically. The RbacConfig
    # will be deleted after the corresponding ClusterRbacConfig is successfully applied.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Sep 14 20:15:07 UTC 2019
    - 2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/passes/cast_bf16_ops_to_f32.td

    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    include "mlir/IR/OpBase.td"
    include "mlir/IR/PatternBase.td"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Dec 10 05:52:02 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/matchconditions/interface.go

    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package matchconditions
    
    import (
    	"context"
    
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apiserver/pkg/admission"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 28 19:30:04 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top