Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for pb (0.05 sec)

  1. pkg/controller/job/job_controller_test.go

    func (pb podBuilder) annotation(key, value string) podBuilder {
    	if pb.Annotations == nil {
    		pb.Annotations = make(map[string]string)
    	}
    	pb.Annotations[key] = value
    	return pb
    }
    
    func (pb podBuilder) status(s v1.PodStatus) podBuilder {
    	pb.Status = s
    	return pb
    }
    
    func (pb podBuilder) phase(p v1.PodPhase) podBuilder {
    	pb.Status.Phase = p
    	return pb
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    #include "tensorflow/compiler/mlir/tensorflow/utils/dynamic_shape_utils.h"
    #include "tensorflow/core/framework/attr_value.pb.h"
    #include "tensorflow/core/framework/node_def.pb.h"
    #include "tensorflow/core/framework/op.h"
    #include "tensorflow/core/framework/tensor.h"
    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/platform/tstring.h"
    #include "tensorflow/lite/core/c/builtin_op_data.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  3. src/net/http/serve_test.go

    		fmt.Fprintf(rw, "Hello world.\n")
    	})).ts
    	b.ResetTimer()
    	b.SetParallelism(parallelism)
    	b.RunParallel(func(pb *testing.PB) {
    		c := ts.Client()
    		for pb.Next() {
    			res, err := c.Get(ts.URL)
    			if err != nil {
    				b.Logf("Get: %v", err)
    				continue
    			}
    			all, err := io.ReadAll(res.Body)
    			res.Body.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  4. go.sum

    github.com/chai2010/gettext-go v1.0.2 h1:1Lwwip6Q2QGsAdl/ZKPCwTe9fe0CjlUbqj5bFNSjIRk=
    github.com/chai2010/gettext-go v1.0.2/go.mod h1:y+wnP2cHYaVj19NZhYKAwEMH2CI1gNHeQQ+5AjwawxA=
    github.com/cheggaaa/pb/v3 v3.1.5 h1:QuuUzeM2WsAqG2gMqtzaWithDJv0i+i6UlnwSCI4QLk=
    github.com/cheggaaa/pb/v3 v3.1.5/go.mod h1:CrxkeghYTXi1lQBEI7jSn+3svI3cuc19haAj6jM60XI=
    github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89/go.mod h1:GKljq0VrfU4D5yc+2qA6OVr8pmO/MBbPEWqWQ/oqGEs=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

    #include "xla/shape.h"
    #include "xla/translate/hlo_to_mhlo/hlo_utils.h"
    #include "xla/translate/mhlo_to_hlo/type_to_shape.h"
    #include "xla/window_util.h"
    #include "xla/xla_data.pb.h"
    #include "tensorflow/core/framework/shape_inference.h"
    #include "tensorflow/core/framework/types.pb.h"
    #include "tensorflow/core/ir/types/dialect.h"
    #include "tsl/platform/errors.h"
    
    #define DEBUG_TYPE "tf-shape-inference"
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top