Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for PADV2 (0.13 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      return DenseIntElementsAttr::get(
          tensorflow::GetTypeFromTFTensorShape({shape[0]}, element_type), values);
    }
    
    // Returns interior padding to use in HLO Pad op based on the TensorFlow padding
    // in TensorFlow PadV2 op.
    static DenseIntElementsAttr GetInteriorPadding(ElementsAttr tf_padding) {
      auto length = tf_padding.getShapedType().getShape()[0];
      auto element_type = IntegerType::get(tf_padding.getContext(), 64);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        SmallVector<unsigned, 4> GetLayoutDependentResults() { return {0}; }
        LogicalResult FoldOperandsPermutation(ArrayRef<int64_t> permutation);
      }];
    }
    
    def TF_PadV2Op : TF_Op<"PadV2", [Pure, TF_OperandHasRank<1, 2>]> {
      let summary = "Pads a tensor.";
    
      let description = [{
    This operation pads `input` according to the `paddings` and `constant_values`
    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