Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Proto (0.11 sec)

  1. pkg/apis/core/validation/validation_test.go

    	"strings"
    	"testing"
    	"time"
    
    	"github.com/google/go-cmp/cmp"
    	"github.com/google/go-cmp/cmp/cmpopts"
    	"github.com/stretchr/testify/assert"
    	"github.com/stretchr/testify/require"
    	"google.golang.org/protobuf/proto"
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/api/resource"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/util/intstr"
    	"k8s.io/apimachinery/pkg/util/sets"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. RELEASE.md

        BoostedTreesRegressor.
    *   Add 3rd generation pipeline config for Cloud TPUs which improves performance
        and usability.
    *   `tf.contrib.bayesflow` is moving out to it's own repo.
    *   Added `tf.contrib.{proto,rpc}` to allow generic proto parsing and RPC
        communication<sup>[1](#rpc-issue)</sup>.
    
    ## Bug Fixes and Other Changes
    
    *   `tf.data`:
        *   Add `tf.contrib.data.prefetch_to_device`, which enables prefetching
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let arguments = (ins
        Arg<TF_StrTensor, [{A string-encoded common configuration proto containing metadata
    about the TPUEmbedding partitioner output.}]>:$common_config,
        Arg<TF_StrTensor, [{A string-encoded memory config proto containing metadata about
    the memory allocations reserved for TPUEmbedding.}]>:$memory_config,
    
        StrAttr:$config
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Request.Header", Field, 0},
    		{"Request.Host", Field, 0},
    		{"Request.Method", Field, 0},
    		{"Request.MultipartForm", Field, 0},
    		{"Request.PostForm", Field, 1},
    		{"Request.Proto", Field, 0},
    		{"Request.ProtoMajor", Field, 0},
    		{"Request.ProtoMinor", Field, 0},
    		{"Request.RemoteAddr", Field, 0},
    		{"Request.RequestURI", Field, 0},
    		{"Request.Response", Field, 7},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top