Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for pb (0.07 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. src/cmd/internal/obj/x86/asm6.go

    	{ASETCC, yscond, Pb, opBytes{0x0f, 0x93, 00}},
    	{ASETCS, yscond, Pb, opBytes{0x0f, 0x92, 00}},
    	{ASETEQ, yscond, Pb, opBytes{0x0f, 0x94, 00}},
    	{ASETGE, yscond, Pb, opBytes{0x0f, 0x9d, 00}},
    	{ASETGT, yscond, Pb, opBytes{0x0f, 0x9f, 00}},
    	{ASETHI, yscond, Pb, opBytes{0x0f, 0x97, 00}},
    	{ASETLE, yscond, Pb, opBytes{0x0f, 0x9e, 00}},
    	{ASETLS, yscond, Pb, opBytes{0x0f, 0x96, 00}},
    	{ASETLT, yscond, Pb, opBytes{0x0f, 0x9c, 00}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. tensorflow/c/c_api.cc

    #include "tensorflow/core/config/flags.h"
    #include "tensorflow/core/framework/allocation_description.pb.h"
    #include "tensorflow/core/framework/attr_value_util.h"
    #include "tensorflow/core/framework/cpp_shape_inference.pb.h"
    #include "tensorflow/core/framework/full_type.pb.h"
    #include "tensorflow/core/framework/kernel_def.pb.h"
    #include "tensorflow/core/framework/log_memory.h"
    #include "tensorflow/core/framework/node_def_util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    #include "tensorflow/core/common_runtime/shape_refiner.h"
    #include "tensorflow/core/framework/attr_value.pb.h"
    #include "tensorflow/core/framework/function.pb.h"
    #include "tensorflow/core/framework/graph.pb.h"
    #include "tensorflow/core/framework/graph_debug_info.pb.h"
    #include "tensorflow/core/framework/node_def.pb.h"
    #include "tensorflow/core/framework/node_def_util.h"
    #include "tensorflow/core/framework/op.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

        # Verify for both unquantized model and quantized model.
        for model_path, file_name in [
            [unquantized_dump_model_path, 'unquantized_tensor_data.pb'],
            [self._output_saved_model_path, 'quantized_tensor_data.pb'],
        ]:
          output_values = self._run_model_in_sess(
              model_path, tags, 'serving_default', sample_inputs
          )
    
          # Find the dump file and parse it.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. src/reflect/all_test.go

    var tagGetTests = []struct {
    	Tag   StructTag
    	Key   string
    	Value string
    }{
    	{`protobuf:"PB(1,2)"`, `protobuf`, `PB(1,2)`},
    	{`protobuf:"PB(1,2)"`, `foo`, ``},
    	{`protobuf:"PB(1,2)"`, `rotobuf`, ``},
    	{`protobuf:"PB(1,2)" json:"name"`, `json`, `name`},
    	{`protobuf:"PB(1,2)" json:"name"`, `protobuf`, `PB(1,2)`},
    	{`k0:"values contain spaces" k1:"and\ttabs"`, "k0", "values contain spaces"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  10. 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