Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_is_bounded_dynamic_dim (0.31 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_metadata_utils.cc

            index, replication_attr_name);
        arg->set_is_same_data_across_replicas(attr != nullptr && attr.getValue());
    
        // Currently only support first dimension to be bounded dynamic.
        arg->mutable_is_bounded_dynamic_dim()->Add(
            dynamic_arg_idx_set.contains(index));
      }
    
      return success();
    }
    
    // Populates a TPUCompileMetadataProto with result sharding from a
    // `tf_device::ClusterFuncOp`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top