Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 67 for differs (0.24 sec)

  1. src/net/http/transport_test.go

    Handler
    intentional write failure
    Retried.
    Dial
    Write("%s")
    Handler
    Write("%s")
    Handler
    `, tc.reqString, tc.reqString, tc.reqString)
    			if got != want {
    				t.Errorf("Log of events differs. Got:\n%s\nWant:\n%s", got, want)
    			}
    		})
    	}
    }
    
    // Issue 6981
    func TestTransportClosesBodyOnError(t *testing.T) { run(t, testTransportClosesBodyOnError) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/lite/quantize_weights_test.cc

            // Otherwise, do additional checks for data type and buffer contents.
            const std::vector<uint8_t> quantized_buffer =
                quant_model->buffers[quantized_tensor->buffer()].get()->data;
            const std::vector<uint8_t> float_buffer =
                float_model->buffers[float_tensor->buffer()].get()->data;
            if ((quantized_buffer == float_buffer) &&
                (quantized_tensor->type() == float_tensor->type())) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  3. CREDITS

    github.com/gogo/protobuf
    https://github.com/gogo/protobuf
    ----------------------------------------------------------------
    Copyright (c) 2013, The GoGo Authors. All rights reserved.
    
    Protocol Buffers for Go with Gadgets
    
    Go support for Protocol Buffers - Google's data interchange format
    
    Copyright 2010 The Go Authors.  All rights reserved.
    https://github.com/golang/protobuf
    
    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/lite/sparsity/sparsify_model.cc

      for (const auto& metadata : input_model.metadata) {
        if (metadata->name != tflite::optimize::kTfLiteReducedPrecisionKey) {
          continue;
        }
    
        const auto& data = input_model.buffers[metadata->buffer]->data;
        options.metadata[metadata->name] = std::string(data.begin(), data.end());
        break;
      }
    
      if (!tflite::MlirToFlatBufferTranslateFunction(module.get(), options,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 20:16:40 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

              kernel_input_feature_dim, kernel_output_feature_dim,
              kernel_spatial_dimensions, batch_dim, feature_dim, spatial_dims));
    }
    
    // Converts a TF::BiasAddOp to HLO.
    // This differs from a normal TF::AddOp with respect to how the data_format
    // is handled, which can optionally require a general broadcast of the
    // 'bias' term in a way that is not compatible with the standard left-padded
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the output matrix is a square matrix and infers the matrix size from k and the
    innermost dimension of `diagonal`.}]>:$num_rows,
        Arg<TF_Int32Tensor, [{The number of columns of the output matrix. If it is not provided, the op
    assumes the output matrix is a square matrix and infers the matrix size from
    k and the innermost dimension of `diagonal`.}]>:$num_cols,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/gateway/gateway.go

    			m.Line = line
    		}
    
    		c.Report(gvk.Gateway, m)
    		return
    	}
    
    	// Check each Gateway port against what the workload ingress service offers
    	for _, server := range gw.Servers {
    		if server.Port != nil {
    			_, ok := servicePorts[server.Port.Number]
    			if !ok {
    				_, ok = portMapping[server.Port.Number]
    			}
    			if !ok {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 08:48:06 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. docs/metrics/prometheus/list.md

    | `minio_node_mem_available_max` | Available memory on the node (max).       |
    | `minio_node_mem_buffers`       | Buffers memory on the node.               |
    | `minio_node_mem_buffers_avg`   | Buffers memory on the node (avg).         |
    | `minio_node_mem_buffers_max`   | Buffers memory on the node (max).         |
    | `minio_node_mem_cache`         | Cache memory on the node.                 |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/modules.txt

    golang.org/x/tools/go/analysis/passes/cgocall
    golang.org/x/tools/go/analysis/passes/composite
    golang.org/x/tools/go/analysis/passes/copylock
    golang.org/x/tools/go/analysis/passes/ctrlflow
    golang.org/x/tools/go/analysis/passes/defers
    golang.org/x/tools/go/analysis/passes/directive
    golang.org/x/tools/go/analysis/passes/errorsas
    golang.org/x/tools/go/analysis/passes/framepointer
    golang.org/x/tools/go/analysis/passes/httpresponse
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/test/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintCheckerTest.kt

                    )
                ),
                equalTo("init script 'init.gradle.kts' has changed")
            )
        }
    
        @Test
        fun `index of first modified init script is reported when file names differ`() {
            assertThat(
                invalidationReasonForInitScriptsChange(
                    from = listOf(
                        File("init.gradle.kts") to TestHashCodes.hashCodeFrom(1),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top