Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 61 for p_hold (0.14 sec)

  1. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                "kind": "WatchEvent",
                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      // Update constant & custom op buffer offsets
      // Return false if fail to update offset
      bool UpdateBufferOffsets(tflite::Model* mutable_model);
    
      // check if Flatbuffer builder can no longer hold the given amount of the data
      inline bool IsModelBiggerThan2GB(const uint64_t data_size) {
        return data_size > flatbuffer_size_max - builder_.GetSize();
      }
    
      // helper function for build stablehlo operators
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      // * Operands and results to assign cond function arguments to op results if
      //   the cond function returns False or equivalent result. If the op is shape
      //   invariant, this does not hold as shapes can differ.
      // * All three pairs using cond inputs, body inputs and results as operand is
      //   a common source for all three.
      // * Body result and cond inputs to call the cond function for the subsequent
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apiregistration.k8s.io__v1_openapi.json

                "kind": "WatchEvent",
                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 135.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      // aligned to the nearest byte. So this is allowed.
      const char* raw_input = input_tensor.getRawData().data();
      const int element_byte_size =
          input_tensor.getElementType().getIntOrFloatBitWidth() / 8;
    
      // Hold current ND index in input tensor when computing
      // permutation.
      llvm::OwningArrayRef<uint64_t> current_input_index(
          input_tensor.getType().getRank());
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

                "kind": "WatchEvent",
                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

                "kind": "WatchEvent",
                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.5.md

    * Per Volume Inode Accounting ([#35132](https://github.com/kubernetes/kubernetes/pull/35132), [@dashpole](https://github.com/dashpole))
    * [AppArmor] Hold bad AppArmor pods in pending rather than rejecting ([#35342](https://github.com/kubernetes/kubernetes/pull/35342), [@timstclair](https://github.com/timstclair))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

                "kind": "WatchEvent",
                "version": "v1alpha1"
              }
            ]
          },
          "io.k8s.apimachinery.pkg.runtime.RawExtension": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  10. src/net/http/server.go

    }
    
    // matchingMethods return a sorted list of all methods that would match with the given host and path.
    func (mux *ServeMux) matchingMethods(host, path string) []string {
    	// Hold the read lock for the entire method so that the two matches are done
    	// on the same set of registered patterns.
    	mux.mu.RLock()
    	defer mux.mu.RUnlock()
    	ms := map[string]bool{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
Back to top