Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for minio1 (0.1 sec)

  1. cluster/gce/util.sh

        # Find out what minions are running.
        local -a minions
        kube::util::read-array minions < <(gcloud compute instances list \
          --project "${PROJECT}" \
          --filter="(name ~ '${NODE_INSTANCE_PREFIX}-.+' OR name ~ '${WINDOWS_NODE_INSTANCE_PREFIX}-.+') AND zone:(${ZONE})" \
          --format='value(name)')
        # If any minions are running, delete them in batches.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  2. cmd/object-api-datatypes_gen.go

    package cmd
    
    // Code generated by github.com/tinylib/msgp DO NOT EDIT.
    
    import (
    	"github.com/minio/minio/internal/bucket/replication"
    	"github.com/tinylib/msgp/msgp"
    )
    
    // MarshalMsg implements msgp.Marshaler
    func (z BackendType) MarshalMsg(b []byte) (o []byte, err error) {
    	o = msgp.Require(b, z.Msgsize())
    	o = msgp.AppendInt(o, int(z))
    	return
    }
    
    // UnmarshalMsg implements msgp.Unmarshaler
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  3. CREDITS

       See the License for the specific language governing permissions and
       limitations under the License.
    
    ================================================================
    
    github.com/minio/minio-go/v7
    https://github.com/minio/minio-go/v7
    ----------------------------------------------------------------
    
                                     Apache License
                               Version 2.0, January 2004
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        block->addArguments({type, type}, SmallVector<Location, 2>(2, loc));
        auto min_op = builder.create<MinOp>(loc, block->getArgument(0),
                                            block->getArgument(1));
        builder.create<ReturnOp>(loc, min_op.getResult());
      }
    };
    
    class ConvertTensorScatterMaxOp
        : public ConvertTensorScatterOp<ConvertTensorScatterMaxOp,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top