Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for ValueRange (0.51 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    #include "mlir/IR/TypeRange.h"  // from @llvm-project
    #include "mlir/IR/TypeUtilities.h"  // from @llvm-project
    #include "mlir/IR/Types.h"  // from @llvm-project
    #include "mlir/IR/Value.h"  // from @llvm-project
    #include "mlir/IR/ValueRange.h"  // from @llvm-project
    #include "mlir/Interfaces/CallInterfaces.h"  // from @llvm-project
    #include "mlir/Interfaces/ControlFlowInterfaces.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      );
    
      let regions = (region SizedRegion<1>:$then_branch, SizedRegion<1>:$else_branch);
    
      let hasRegionVerifier = 1;
    
      let builders = [
        OpBuilder<(ins "TypeRange":$resultTypes, "ValueRange":$operands,
          "llvm::ArrayRef<::mlir::NamedAttribute>":$attributes,
          "unsigned":$numRegions),
        [{
          assert(numRegions == 2u && "mismatched number of regions");
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/cases/tables9.0.0.go

    // sparseValues: 1360 entries, 5440 bytes
    var sparseValues = [1360]valueRange{
    	// Block 0x0, offset 0x0
    	{value: 0x0004, lo: 0xa8, hi: 0xa8},
    	{value: 0x0012, lo: 0xaa, hi: 0xaa},
    	{value: 0x0014, lo: 0xad, hi: 0xad},
    	{value: 0x0004, lo: 0xaf, hi: 0xaf},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 92.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/text/cases/tables10.0.0.go

    // sparseValues: 1395 entries, 5580 bytes
    var sparseValues = [1395]valueRange{
    	// Block 0x0, offset 0x0
    	{value: 0x0004, lo: 0xa8, hi: 0xa8},
    	{value: 0x0012, lo: 0xaa, hi: 0xaa},
    	{value: 0x0014, lo: 0xad, hi: 0xad},
    	{value: 0x0004, lo: 0xaf, hi: 0xaf},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/cases/tables13.0.0.go

    // sparseValues: 1483 entries, 5932 bytes
    var sparseValues = [1483]valueRange{
    	// Block 0x0, offset 0x0
    	{value: 0x0004, lo: 0xa8, hi: 0xa8},
    	{value: 0x0012, lo: 0xaa, hi: 0xaa},
    	{value: 0x0014, lo: 0xad, hi: 0xad},
    	{value: 0x0004, lo: 0xaf, hi: 0xaf},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 100.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/cases/tables11.0.0.go

    // sparseValues: 1418 entries, 5672 bytes
    var sparseValues = [1418]valueRange{
    	// Block 0x0, offset 0x0
    	{value: 0x0004, lo: 0xa8, hi: 0xa8},
    	{value: 0x0012, lo: 0xaa, hi: 0xaa},
    	{value: 0x0014, lo: 0xad, hi: 0xad},
    	{value: 0x0004, lo: 0xaf, hi: 0xaf},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 97.5K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/cases/tables12.0.0.go

    // sparseValues: 1451 entries, 5804 bytes
    var sparseValues = [1451]valueRange{
    	// Block 0x0, offset 0x0
    	{value: 0x0004, lo: 0xa8, hi: 0xa8},
    	{value: 0x0012, lo: 0xaa, hi: 0xaa},
    	{value: 0x0014, lo: 0xad, hi: 0xad},
    	{value: 0x0004, lo: 0xaf, hi: 0xaf},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 99.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/cases/tables15.0.0.go

    // sparseValues: 1562 entries, 6248 bytes
    var sparseValues = [1562]valueRange{
    	// Block 0x0, offset 0x0
    	{value: 0x0004, lo: 0xa8, hi: 0xa8},
    	{value: 0x0012, lo: 0xaa, hi: 0xaa},
    	{value: 0x0014, lo: 0xad, hi: 0xad},
    	{value: 0x0004, lo: 0xaf, hi: 0xaf},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 106.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                                                          result.attributes);
      }
      if (node.IsControlTrigger()) {
        return builder_.create<mlir::tf_executor::ControlTriggerOp>(
            loc, mlir::ValueRange(operands), result.attributes);
      }
      // Regular TensorFlow operation are wrapped in a tf_executor.island.
      auto island = builder_.create<mlir::tf_executor::IslandOp>(
          result.location, types, control_operands,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/text/unicode/norm/tables11.0.0.go

    // nfcSparseValues: 684 entries, 2736 bytes
    var nfcSparseValues = [684]valueRange{
    	// Block 0x0, offset 0x0
    	{value: 0x0000, lo: 0x04},
    	{value: 0xa100, lo: 0xa8, hi: 0xa8},
    	{value: 0x8100, lo: 0xaf, hi: 0xaf},
    	{value: 0x8100, lo: 0xb4, hi: 0xb4},
    	{value: 0x8100, lo: 0xb8, hi: 0xb8},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 376.2K bytes
    - Viewed (0)
Back to top