Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for key_value (0.15 sec)

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

      for (const auto &index_pair : llvm::enumerate(broadcast_dimensions)) {
        auto old_value = out_shape[index_pair.value()];
        auto new_value = shape_small[index_pair.index()];
        out_shape[index_pair.value()] = std::max(old_value, new_value);
      }
      return tensorflow::GetTypeFromTFTensorShape(out_shape, element_type);
    }
    
    // Deprecated: This is maintained to aid in porting old code that is not yet
    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