Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for JOIN (0.34 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          // make it to the return array.
          auto segment_sizes = getOperation()->getAttrOfType<DenseI32ArrayAttr>(getOperandSegmentSizeAttr());
          return OperandRangeRange(getOperands(), segment_sizes).join();
        }
      }];
    }
    
    def TF_BatchMatMulOp : TF_Op<"BatchMatMul", [Pure, TF_SameOperandsAndResultElementTypeResolveRef]> {
      let summary = "Multiplies slices of two tensors in batches.";
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    				strings.Join(missing.List(), "\n"))
    		}
    		if len(unexpected) > 0 {
    			t.Errorf("the following fields were in the result, but unexpected. "+
    				"If the field is new, please add it to the osNeutralFields set "+
    				"or add it to the osSpecificFields set, as appropriate:\n%s",
    				strings.Join(unexpected.List(), "\n"))
    		}
    	}
    }
    
    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. RELEASE.md

            `tf.quantization.fake_quant_with_min_max_vars_per_channel`,
            `tf.quantization.fake_quant_with_min_max_vars_per_channel_gradient`.
        *   New endpoints in tf.strings namespace: `tf.strings.join` (corresponds to
            `tf.string_join`), `tf.strings.regex_replace`, `tf.strings.to_number`
            (corresponds to `tf.string_to_number`), `tf.strings.strip` (corresponds
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top