Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for bghelper (0.11 sec)

  1. RELEASE.md

    *   `tf.compat.v1.Session`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		if errs := validateOverhead(tc.overhead, field.NewPath("resources"), PodValidationOptions{}); len(errs) == 0 {
    			t.Errorf("%q expected error", tc.Name)
    		}
    	}
    }
    
    // helper creates a pod with name, namespace and IPs
    func makePod(podName string, podNamespace string, podIPs []core.PodIP) core.Pod {
    	return core.Pod{
    		ObjectMeta: metav1.ObjectMeta{Name: podName, Namespace: podNamespace},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_XlaBroadcastHelperOp : TF_Op<"XlaBroadcastHelper", [InferTensorType, Pure, TF_NoConstantFold]> {
      let summary = "Helper operator for performing XLA-style broadcasts";
    
      let description = [{
    Broadcasts `lhs` and `rhs` to the same rank, by adding size 1 dimensions to
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top