Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 344 for differs (0.09 sec)

  1. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/tf_entry_function.mlir

    // CHECK:             builtin_options: {
    // CHECK:             }
    // CHECK:           } ],
    // CHECK:           name: "main"
    // CHECK:         } ],
    // CHECK-LABEL:   description: "MLIR Converted.",
    // CHECK-LABEL:   buffers: [ {
    // CHECK:         }, {
    // CHECK:         }, {
    // CHECK:           data: [ 0, 0, 128, 63, 0, 0, 0, 64, 0, 0, 64, 64, 0, 0, 128, 64, 0, 0, 160, 64, 0, 0, 192, 64 ]
    // CHECK:         }, {
    // CHECK:         } ]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 14 16:41:28 UTC 2022
    - 2.1K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/core/test_utils.cc

          CHECK(false) << "Unsupported data type: " << DataTypeString(dtype);
          break;
      }
    }
    
    // Checks the underlying data is equal for the buffers for two numeric tensors.
    // Note: The caller must ensure to check that the dtypes and sizes of the
    // underlying buffers are the same before calling this.
    void CheckBufferDataIsEqual(DataType dtype, int64_t num_elements, void* a,
                                void* b) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 08 20:13:32 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  3. pkg/registry/rbac/validation/policy_compact.go

    )
    
    type simpleResource struct {
    	Group             string
    	Resource          string
    	ResourceNameExist bool
    	ResourceName      string
    }
    
    // CompactRules combines rules that contain a single APIGroup/Resource, differ only by verb, and contain no other attributes.
    // this is a fast check, and works well with the decomposed "missing rules" list from a Covers check.
    func CompactRules(rules []rbacv1.PolicyRule) ([]rbacv1.PolicyRule, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 22 12:17:05 UTC 2018
    - 3.1K bytes
    - Viewed (0)
  4. platforms/core-runtime/client-services/src/test/groovy/org/gradle/internal/daemon/client/serialization/CustomAction.java

    import org.gradle.tooling.GradleConnectionException;
    
    import java.util.List;
    
    public class CustomAction implements BuildAction<Object> {
        // Some interesting type references
        byte[][][] buffers;
        BuildController[][] controllers;
        List<String> values;
    
        public Object execute(BuildController controller) throws GradleConnectionException {
            return new CustomModel(this);
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:53:31 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. platforms/core-runtime/serialization/src/main/java/org/gradle/internal/serialize/FlushableEncoder.java

     * limitations under the License.
     */
    
    package org.gradle.internal.serialize;
    
    import java.io.Flushable;
    import java.io.IOException;
    
    /**
     * Represents an {@link Encoder} that buffers encoded data prior to writing to the backing stream.
     */
    public interface FlushableEncoder extends Encoder, Flushable {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 16:06:56 UTC 2024
    - 1K bytes
    - Viewed (0)
  6. docs_src/body_nested_models/tutorial007_py310.py

        tags: set[str] = set()
        images: list[Image] | None = None
    
    
    class Offer(BaseModel):
        name: str
        description: str | None = None
        price: float
        items: list[Item]
    
    
    @app.post("/offers/")
    async def create_offer(offer: Offer):
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jan 07 14:11:31 UTC 2022
    - 520 bytes
    - Viewed (0)
  7. src/cmd/link/internal/sym/segment.go

    	Reloff  uint64
    	Rellen  uint64
    	// Relcount is the number of *host* relocations applied to this section
    	// (when external linking).
    	// Incremented atomically on multiple goroutines.
    	// Note: this may differ from number of Go relocations, as one Go relocation
    	// may turn into multiple host relocations.
    	Relcount uint32
    	Sym      LoaderSym // symbol for the section, if any
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 16 05:32:52 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  8. src/net/tcpsockopt_solaris.go

    //go:build !illumos
    
    package net
    
    import (
    	"internal/syscall/unix"
    	"runtime"
    	"syscall"
    	"time"
    )
    
    // Some macros of TCP Keep-Alive options on Solaris 11.4 may
    // differ from those on OpenSolaris-based derivatives.
    const (
    	sysTCP_KEEPIDLE  = 0x1D
    	sysTCP_KEEPINTVL = 0x1E
    	sysTCP_KEEPCNT   = 0x1F
    )
    
    func setKeepAliveIdle(fd *netFD, d time.Duration) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 15 03:10:07 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/calibration_algorithm_test.py

        # Histogram calibration methods should remove outliers.
        min_value, max_value = calibration_algorithm.get_min_max_value(
            statistics, calibration_options
        )
    
        # Since the min/max values may differ slightly for each calibration method,
        # also check the nearby values.
        self.assertAllInRange(min_value, 49, 51)
        self.assertAllInRange(max_value, 449, 451)
    
    
    if __name__ == "__main__":
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/variant_type_on_op.mlir

    // CHECK-NEXT:     inputs: [  ],
    // CHECK-NEXT:     outputs: [ 0 ],
    // CHECK-NEXT:     operators: [  ],
    // CHECK-NEXT:     name: "main"
    // CHECK-NEXT:   } ],
    // CHECK-NEXT:   description: "MLIR Converted.",
    // CHECK-NEXT:   buffers: [ {
    // CHECK-EMPTY:
    // CHECK-NEXT:   }, {
    // CHECK-NEXT:     data: [ 128, 0, 0, 0, 128, 0, 0, 0 ]
    // CHECK-NEXT:   }, {
    // CHECK-NEXT:     data: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
    // CHECK-NEXT:   } ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 16 20:36:14 UTC 2022
    - 1.8K bytes
    - Viewed (0)
Back to top