Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setDepth (0.08 sec)

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

        ArrayRef<int64_t> indices_shape = indices_ty.getShape();
        Type element_type = indices_ty.getElementType();
    
        DenseIntElementsAttr depth_attr;
        if (!matchPattern(op.getDepth(), m_Constant(&depth_attr))) {
          return failure();
        }
    
        int64_t depth = depth_attr.getValues<APInt>()[0].getSExtValue();
        int64_t axis = op.getAxis();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top