Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 339 for Sizes (0.23 sec)

  1. guava/src/com/google/common/collect/HashBasedTable.java

        return new HashBasedTable<>(new LinkedHashMap<R, Map<C, V>>(), new Factory<C, V>(0));
      }
    
      /**
       * Creates an empty {@code HashBasedTable} with the specified map sizes.
       *
       * @param expectedRows the expected number of distinct row keys
       * @param expectedCellsPerRow the expected number of column key / value mappings in each row
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 24 17:47:51 UTC 2022
    - 4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/host_runtime/tfrt_ops.cc

              device, getResults()[index], resource_handle_id_map, next_id));
        }
      }
      return resource_vec;
    }
    
    LogicalResult _TfrtGetResourceOp::verify() {
      _TfrtGetResourceOp get_resource_op = *this;
      // The sizes of indices, shared_name and container must be equal.
      int32_t indices_size =
          get_resource_op->getAttrOfType<mlir::ArrayAttr>("indices").size();
      int32_t shared_name_size =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/go/analysis/analysis.go

    	Pkg          *types.Package // type information about the package
    	TypesInfo    *types.Info    // type information about the syntax trees
    	TypesSizes   types.Sizes    // function for computing sizes of types
    	TypeErrors   []types.Error  // type errors (only if Analyzer.RunDespiteErrors)
    
    	// Report reports a Diagnostic, a finding about a specific location
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

      return results;
    }
    
    // A struct to hold axes and sizes for a set of dimensions.
    struct DimensionVector {
      llvm::ArrayRef<int64_t> AxesArray() const { return axes; }
      llvm::ArrayRef<int64_t> SizesArray() const { return sizes; }
    
      llvm::SmallVector<int64_t, 4> axes;
      llvm::SmallVector<int64_t, 4> sizes;
    };
    
    // Create a tensor that is reshaped from input.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  5. pkg/serviceaccount/jwt.go

    	if err != nil {
    		return nil, fmt.Errorf("failed to derive keyID: %v", err)
    	}
    
    	// IMPORTANT: If this function is updated to support additional key sizes,
    	// algorithmForPublicKey in serviceaccount/openidmetadata.go must also be
    	// updated to support the same key sizes. Today we only support RS256.
    
    	// Wrap the RSA keypair in a JOSE JWK with the designated key ID.
    	privateJWK := &jose.JSONWebKey{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 27 22:16:08 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/aot/benchmark.cc

    ==============================================================================*/
    
    // The purpose of the benchmark library is to support building an aot binary
    // with minimal dependencies, to demonstrate small binary sizes.
    //
    // KEEP THE DEPENDENCIES MINIMAL.
    
    #include "tensorflow/compiler/aot/benchmark.h"
    
    #include <sys/time.h>
    
    #include <algorithm>
    #include <string>
    #include <utility>
    #include <vector>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 12 19:45:29 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  7. src/main/assemblies/files/fess.in.sh

    #FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStore=/tech/elastic/config/truststore.jks"
    #FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djavax.net.ssl.trustStorePassword=changeit"
    
    # min and max heap sizes should be set to the same value to avoid
    # stop-the-world GC pauses during resize, and so that we can lock the
    # heap in memory on startup to prevent any of it from being swapped
    # out.
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  8. pkg/volume/util/fs/fs_windows_test.go

    		t.Fatalf("TestDiskUsage failed: %s", err.Error())
    	}
    
    	// File creation is not atomic. If we're calculating the DiskUsage before the data is flushed,
    	// we'd get zeroes for sizes, and fail with this error:
    	// TestDiskUsage failed: expected 0, got -1
    	tmpfile1.Sync()
    	tmpfile2.Sync()
    
    	dirInfo1, err := os.Lstat(dir1)
    	if err != nil {
    		t.Fatalf("TestDiskUsage failed: %s", err.Error())
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  9. src/html/template/attr.go

    	"scope":       contentTypePlain,
    	"scoped":      contentTypePlain,
    	"seamless":    contentTypePlain,
    	"selected":    contentTypePlain,
    	"shape":       contentTypePlain,
    	"size":        contentTypePlain,
    	"sizes":       contentTypePlain,
    	"span":        contentTypePlain,
    	"src":         contentTypeURL,
    	"srcdoc":      contentTypeHTML,
    	"srclang":     contentTypePlain,
    	"srcset":      contentTypeSrcset,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 06 15:53:04 UTC 2021
    - 6.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/glob_lit_test.bzl

          test_file_exts: [str], extensions for files that are tests.
          default_size: str, the test size for targets not in "size_override".
          size_override: {str: str}, sizes to use for specific tests.
          data: [str], additional input data to the test.
          per_test_extra_data: {str: [str]}, extra data to attach to a given file.
          default_tags: [str], additional tags to attach to the test.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 06 19:29:19 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top