Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getShape (0.09 sec)

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

        SmallVector<int64_t, 4> split_updates_shape;
        split_updates_shape.append(updates_type.getShape().begin(),
                                   updates_type.getShape().end());
        split_updates_shape.front() = 1;
        SmallVector<Type, 4> split_updates_type;
        split_updates_type.resize(
            updates_type.getShape().front(),
            tensorflow::GetTypeFromTFTensorShape(split_updates_shape,
    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